Home
last modified time | relevance | path

Searched defs:removeEffect (Results 1 – 9 of 9) sorted by relevance

/hardware/interfaces/audio/aidl/aidl_api/android.hardware.audio.core/current/android/hardware/audio/core/
DIStreamCommon.aidl43 void removeEffect(in android.hardware.audio.effect.IEffect effect); in removeEffect() method
/hardware/interfaces/audio/aidl/aidl_api/android.hardware.audio.core/1/android/hardware/audio/core/
DIStreamCommon.aidl43 void removeEffect(in android.hardware.audio.effect.IEffect effect); in removeEffect() method
/hardware/interfaces/audio/aidl/android/hardware/audio/core/
DIStreamCommon.aidl142 void removeEffect(in IEffect effect); in removeEffect() method
/hardware/interfaces/audio/aidl/default/
DStreamSwitcher.cpp120 ndk::ScopedAStatus StreamSwitcher::removeEffect(const std::shared_ptr<IEffect>& in_effect) { in removeEffect() function in aidl::android::hardware::audio::core::StreamSwitcher
DStream.cpp692 ndk::ScopedAStatus StreamCommonImpl::removeEffect( in removeEffect() function in aidl::android::hardware::audio::core::StreamCommonImpl
/hardware/interfaces/audio/core/all-versions/default/
DStream.cpp329 Return<Result> Stream::removeEffect(uint64_t effectId) { in removeEffect() function in android::hardware::audio::CPP_VERSION::implementation::Stream
DStreamIn.cpp254 Return<Result> StreamIn::removeEffect(uint64_t effectId) { in removeEffect() function in android::hardware::audio::CPP_VERSION::implementation::StreamIn
DStreamOut.cpp261 Return<Result> StreamOut::removeEffect(uint64_t effectId) { in removeEffect() function in android::hardware::audio::CPP_VERSION::implementation::StreamOut
/hardware/interfaces/audio/aidl/default/include/core-impl/
DStream.h409 ndk::ScopedAStatus removeEffect( in removeEffect() function