commit | 338e8ba374432cc4ee853f4fcefcf7bd7bae3bb9 | [log] [tgz] |
---|---|---|
author | Eric Laurent <elaurent@google.com> | Thu Oct 05 10:58:38 2017 -0700 |
committer | Eric Laurent <elaurent@google.com> | Thu Oct 05 11:56:38 2017 -0700 |
tree | 0f22e5975405924e3935701ae973ab3201f7524e | |
parent | 7b7f4e0f8bdf7542561ece15c4ffc2542fb7750d [diff] |
Soundtrigger service: fix cross deadlock with audio policy service Do not hold Module mutex when calling into audio policy manager to avoid cross deadlock with audio poicy service mutex: Audio policy manager can call into sound trigger service with its mutex held in methods like stopInput(). Regression introduced by fix for b/64340921 commit f759b8c4 Bug: 64340921 Bug: 67310830 Test: repro steps in b/67310830 Change-Id: Ie50b2e7c55fe9828a3fd8de6b31eb4a492791583