Use AIDL effect bundle in effectserviceexampleimpl.

Bug: 255361653
Test: atest VtsHalAudioEffectTargetTest
atest VtsHalAudioEffectFactoryTargetTest
atest VtsHalEqualizerTargetTest

Change-Id: Ia50ff5066e007f6a8569114e36f0e4565a6100ea
This commit is contained in:
Shunkai Yao
2022-11-02 00:16:17 +00:00
parent 2ac5066335
commit f0c263b547
2 changed files with 2 additions and 0 deletions

View File

@@ -109,6 +109,7 @@ cc_binary {
defaults: ["aidlaudioeffectservice_defaults"],
shared_libs: [
"libbassboostsw",
"libbundleaidl",
"libdynamicsprocessingsw",
"libequalizersw",
"libhapticgeneratorsw",

View File

@@ -62,6 +62,7 @@ class EffectWorker : public EffectThread {
}
// must implement by each effect implementation
// TODO: consider if this interface need adjustment to handle in-place processing
virtual IEffect::Status effectProcessImpl(float* in, float* out, int processSamples) = 0;
private: