diff --git a/audio/aidl/default/Android.bp b/audio/aidl/default/Android.bp index e16b33860a..0a92e99254 100644 --- a/audio/aidl/default/Android.bp +++ b/audio/aidl/default/Android.bp @@ -109,6 +109,7 @@ cc_binary { defaults: ["aidlaudioeffectservice_defaults"], shared_libs: [ "libbassboostsw", + "libbundleaidl", "libdynamicsprocessingsw", "libequalizersw", "libhapticgeneratorsw", diff --git a/audio/aidl/default/include/effect-impl/EffectWorker.h b/audio/aidl/default/include/effect-impl/EffectWorker.h index a297937734..6a78eab4a0 100644 --- a/audio/aidl/default/include/effect-impl/EffectWorker.h +++ b/audio/aidl/default/include/effect-impl/EffectWorker.h @@ -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: