Home | History | Annotate | Download | only in impl

Lines Matching defs:effect

20 #include PATH(android/hardware/audio/effect/FILE_VERSION/IEffect.h)
30 namespace effect {
33 using namespace ::android::hardware::audio::effect::CPP_VERSION;
44 // Effect process function.
48 // a reference stream to the effect engine.
51 // Send a command and receive a response to/from effect engine.
55 // Returns the effect descriptor.
92 EffectHalHidl(const sp<IEffect>& effect, uint64_t effectId);
94 // The destructor automatically releases the effect.
108 } // namespace effect