Home
last modified time | relevance | path

Searched refs:destroyEffect (Results 1 – 11 of 11) sorted by relevance

/hardware/interfaces/audio/aidl/android/hardware/audio/effect/
DIFactory.aidl85 void destroyEffect(in IEffect handle); in destroyEffect() method
Dstate.gv27 INIT -> F[label = "IFactory.destroyEffect"];
/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/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/current/android/hardware/audio/effect/
DIFactory.aidl40 void destroyEffect(in android.hardware.audio.effect.IEffect handle); in destroyEffect() method
/hardware/interfaces/audio/aidl/default/include/effect-impl/
DEffectImpl.h31 extern "C" binder_exception_t destroyEffect(
/hardware/interfaces/audio/aidl/default/include/effectFactory-impl/
DEffectFactory.h79 ndk::ScopedAStatus destroyEffect(
/hardware/interfaces/audio/aidl/vts/
DVtsHalAudioEffectFactoryTargetTest.cpp63 const auto status = mEffectFactory->destroyEffect(effect); in TearDown()
108 EXPECT_STATUS(expectStatus, mEffectFactory->destroyEffect(effect)); in destroyEffects()
DEffectHelper.h103 factory->destroyEffect(effect); in destroyIgnoreRet()
111 ASSERT_STATUS(status, factory->destroyEffect(effect));
/hardware/interfaces/audio/aidl/default/
DEffectFactory.cpp194 ndk::ScopedAStatus Factory::destroyEffect(const std::shared_ptr<IEffect>& in_handle) { in destroyEffect() function in aidl::android::hardware::audio::effect::Factory
DEffectImpl.cpp33 extern "C" binder_exception_t destroyEffect(const std::shared_ptr<IEffect>& instanceSp) { in destroyEffect() function