Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 02efe67d authored by Shunkai Yao's avatar Shunkai Yao Committed by Automerger Merge Worker
Browse files

Use AIDL effect bundle in effectserviceexampleimpl. am: f0c263b5 am: dd170d72 am: 6fe36b05

parents 309090c5 6fe36b05
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -109,6 +109,7 @@ cc_binary {
    defaults: ["aidlaudioeffectservice_defaults"],
    shared_libs: [
        "libbassboostsw",
        "libbundleaidl",
        "libdynamicsprocessingsw",
        "libequalizersw",
        "libhapticgeneratorsw",
+1 −0
Original line number Diff line number Diff line
@@ -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: