| commit | 8a4259fcc5af809363e74a4f67a791c0cb556574 | [log] [tgz] |
|---|---|---|
| author | Eric Laurent <elaurent@google.com> | Tue Sep 14 16:04:00 2021 +0200 |
| committer | Eric Laurent <elaurent@google.com> | Thu Sep 16 15:56:40 2021 +0200 |
| tree | 339cb69da32906efa532df2e1396ff6a7209503a | |
| parent | 879f0910c4afe773bce153f90793bfb91ec8224c [diff] [blame] |
Spatializer: process callbacks in separate thread Add a Looper and Handler to process events from the engine and pose controler callback to avoid cross mutex deadlocks. Bug: 188502620 Test: manual test with mock spatializer Change-Id: I1342602259b147727c704ad7bbeb1b3a68c7b231 Merged-In: I1342602259b147727c704ad7bbeb1b3a68c7b231
diff --git a/services/audiopolicy/service/Android.bp b/services/audiopolicy/service/Android.bp index a73e270..834478f 100644 --- a/services/audiopolicy/service/Android.bp +++ b/services/audiopolicy/service/Android.bp
@@ -49,6 +49,7 @@ "libsensorprivacy", "libshmemcompat", "libutils", + "libstagefright_foundation", "audioclient-types-aidl-cpp", "audioflinger-aidl-cpp", "audiopolicy-aidl-cpp",