Searched defs:destroyEffect (Results 1 – 7 of 7) sorted by relevance
40 void destroyEffect(in android.hardware.audio.effect.IEffect handle); in destroyEffect() method
90 void destroyEffect(in IEffect handle); in destroyEffect() method
36 extern "C" binder_exception_t destroyEffect(const std::shared_ptr<IEffect>& instanceSp) { in destroyEffect() function
194 ndk::ScopedAStatus Factory::destroyEffect(const std::shared_ptr<IEffect>& in_handle) { in destroyEffect() function in aidl::android::hardware::audio::effect::Factory