commit | 65c7c7051d1f22dfde4520170af304807abf5293 | [log] [tgz] |
---|---|---|
author | Shunkai Yao <yaoshunkai@google.com> | Tue Jan 09 20:50:53 2024 +0000 |
committer | Shunkai Yao <yaoshunkai@google.com> | Fri Jan 12 17:23:28 2024 +0000 |
tree | 4140feed9f66111d7490db45b5f9d2fc6cc6ecff | |
parent | 5b15e005a9f8d457d436ec3a508077c031bd5598 [diff] [blame] |
Effect AIDL: implement IEffect.reopen - add IEffect.reopen implementation - now data MQs can update at runtime, sync EffectContext access - add clang thread annotation Bug: 302036943 Test: atest VtsHalAudioEffectTargetTest Test: build and test audio effect on Pixel Change-Id: I3e9fdc2d5eb50b8c1377e0da75573f0eba7ea3f1 Merged-In: I3e9fdc2d5eb50b8c1377e0da75573f0eba7ea3f1
diff --git a/audio/aidl/default/Android.bp b/audio/aidl/default/Android.bp index 6d0b95e..20682d6 100644 --- a/audio/aidl/default/Android.bp +++ b/audio/aidl/default/Android.bp
@@ -226,6 +226,7 @@ filegroup { name: "effectCommonFile", srcs: [ + "EffectContext.cpp", "EffectThread.cpp", "EffectImpl.cpp", ],