Home
last modified time | relevance | path

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

/hardware/interfaces/audio/aidl/aidl_api/android.hardware.audio.core/2/android/hardware/audio/core/
DIStreamCommon.aidl42 void addEffect(in android.hardware.audio.effect.IEffect effect); in addEffect() method
/hardware/interfaces/audio/aidl/android/hardware/audio/core/
DIStreamCommon.aidl129 void addEffect(in IEffect effect); in addEffect() method
/hardware/interfaces/audio/aidl/aidl_api/android.hardware.audio.core/current/android/hardware/audio/core/
DIStreamCommon.aidl42 void addEffect(in android.hardware.audio.effect.IEffect effect); in addEffect() method
/hardware/interfaces/audio/aidl/aidl_api/android.hardware.audio.core/1/android/hardware/audio/core/
DIStreamCommon.aidl42 void addEffect(in android.hardware.audio.effect.IEffect effect); in addEffect() method
/hardware/interfaces/audio/aidl/default/
DStreamSwitcher.cpp104 ndk::ScopedAStatus StreamSwitcher::addEffect(const std::shared_ptr<IEffect>& in_effect) { in addEffect() function in aidl::android::hardware::audio::core::StreamSwitcher
DStream.cpp732 ndk::ScopedAStatus StreamCommonImpl::addEffect( in addEffect() function in aidl::android::hardware::audio::core::StreamCommonImpl
/hardware/interfaces/audio/core/all-versions/default/
DStream.cpp319 Return<Result> Stream::addEffect(uint64_t effectId) { in addEffect() function in android::hardware::audio::CPP_VERSION::implementation::Stream
DStreamIn.cpp250 Return<Result> StreamIn::addEffect(uint64_t effectId) { in addEffect() function in android::hardware::audio::CPP_VERSION::implementation::StreamIn
DStreamOut.cpp257 Return<Result> StreamOut::addEffect(uint64_t effectId) { in addEffect() function in android::hardware::audio::CPP_VERSION::implementation::StreamOut
/hardware/interfaces/audio/aidl/default/include/core-impl/
DStream.h378 ndk::ScopedAStatus addEffect( in addEffect() function