Home
last modified time | relevance | path

Searched defs:destroyEffect (Results 1 – 7 of 7) sorted by relevance

/hardware/interfaces/audio/aidl/aidl_api/android.hardware.audio.effect/1/android/hardware/audio/effect/
DIFactory.aidl40 void destroyEffect(in android.hardware.audio.effect.IEffect handle); in destroyEffect() method
/hardware/interfaces/audio/aidl/aidl_api/android.hardware.audio.effect/current/android/hardware/audio/effect/
DIFactory.aidl40 void destroyEffect(in android.hardware.audio.effect.IEffect handle); in destroyEffect() method
/hardware/interfaces/audio/aidl/aidl_api/android.hardware.audio.effect/2/android/hardware/audio/effect/
DIFactory.aidl40 void destroyEffect(in android.hardware.audio.effect.IEffect handle); in destroyEffect() method
/hardware/interfaces/audio/aidl/aidl_api/android.hardware.audio.effect/3/android/hardware/audio/effect/
DIFactory.aidl40 void destroyEffect(in android.hardware.audio.effect.IEffect handle); in destroyEffect() method
/hardware/interfaces/audio/aidl/android/hardware/audio/effect/
DIFactory.aidl90 void destroyEffect(in IEffect handle); in destroyEffect() method
/hardware/interfaces/audio/aidl/default/
DEffectImpl.cpp36 extern "C" binder_exception_t destroyEffect(const std::shared_ptr<IEffect>& instanceSp) { in destroyEffect() function
DEffectFactory.cpp194 ndk::ScopedAStatus Factory::destroyEffect(const std::shared_ptr<IEffect>& in_handle) { in destroyEffect() function in aidl::android::hardware::audio::effect::Factory