Home
last modified time | relevance | path

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

/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/audio/aidl/android.hardware.audio.effect-V3-ndk-source/gen/android/hardware/audio/effect/
DIFactory.cpp272 ::ndk::ScopedAStatus BpFactory::destroyEffect(const std::shared_ptr<::aidl::android::hardware::audi… in destroyEffect() function in aidl::android::hardware::audio::effect::BpFactory
478 ::ndk::ScopedAStatus IFactoryDefault::destroyEffect(const std::shared_ptr<::aidl::android::hardware… in destroyEffect() function in aidl::android::hardware::audio::effect::IFactoryDefault
/aosp_15_r20/frameworks/av/media/libaudioclient/aidl/fuzzer/libaudiomockhal/include/effect-mock/
H A DFactoryMock.h35 ndk::ScopedAStatus destroyEffect(const std::shared_ptr<IEffect>&) override { in destroyEffect() function
/aosp_15_r20/hardware/interfaces/audio/aidl/android/hardware/audio/effect/
H A DIFactory.aidl90 void destroyEffect(in IEffect handle); in destroyEffect() method
/aosp_15_r20/hardware/interfaces/audio/aidl/aidl_api/android.hardware.audio.effect/current/android/hardware/audio/effect/
H A DIFactory.aidl40 void destroyEffect(in android.hardware.audio.effect.IEffect handle); in destroyEffect() method
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/audio/aidl/android.hardware.audio.effect_interface/dump/android/hardware/audio/effect/
DIFactory.aidl40 void destroyEffect(in android.hardware.audio.effect.IEffect handle); in destroyEffect() method
/aosp_15_r20/hardware/interfaces/audio/aidl/aidl_api/android.hardware.audio.effect/2/android/hardware/audio/effect/
H A DIFactory.aidl40 void destroyEffect(in android.hardware.audio.effect.IEffect handle); in destroyEffect() method
/aosp_15_r20/hardware/interfaces/audio/aidl/aidl_api/android.hardware.audio.effect/1/android/hardware/audio/effect/
H A DIFactory.aidl40 void destroyEffect(in android.hardware.audio.effect.IEffect handle); in destroyEffect() method
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/audio/aidl/android.hardware.audio.effect-V3-ndk-source/gen/include/aidl/android/hardware/audio/effect/
DBnFactory.h58 …::ndk::ScopedAStatus destroyEffect(const std::shared_ptr<::aidl::android::hardware::audio::effect:… in destroyEffect() function
/aosp_15_r20/hardware/interfaces/audio/aidl/default/
H A DEffectImpl.cpp36 extern "C" binder_exception_t destroyEffect(const std::shared_ptr<IEffect>& instanceSp) { in destroyEffect() function
H A DEffectFactory.cpp194 ndk::ScopedAStatus Factory::destroyEffect(const std::shared_ptr<IEffect>& in_handle) { in destroyEffect() function in aidl::android::hardware::audio::effect::Factory