Searched defs:destroyEffect (Results 1 – 5 of 5) sorted by relevance
85 void destroyEffect(in IEffect handle); in destroyEffect() method
40 void destroyEffect(in android.hardware.audio.effect.IEffect handle); in destroyEffect() method
26 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