Home | History | Annotate | Download | only in impl

Lines Matching defs:effect

20 #include PATH(android/hardware/audio/effect/FILE_VERSION/IEffectsFactory.h)
21 #include PATH(android/hardware/audio/effect/FILE_VERSION/types.h)
27 namespace effect {
32 using namespace ::android::hardware::audio::effect::CPP_VERSION;
42 // Returns a descriptor of the next available effect.
49 // Creates an effect engine of the specified type.
50 // To release the effect engine, it is necessary to release references
51 // to the returned effect object.
54 sp<EffectHalInterface> *effect);
74 } // namespace effect