Home
last modified time | relevance | path

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

/hardware/interfaces/audio/aidl/android/hardware/audio/effect/
DIFactory.aidl85 void destroyEffect(in IEffect handle); in destroyEffect() method
/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/default/
DEffectImpl.cpp26 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