Home
last modified time | relevance | path

Searched defs:removeDeviceEffect (Results 1 – 6 of 6) sorted by relevance

/hardware/interfaces/audio/aidl/aidl_api/android.hardware.audio.core/1/android/hardware/audio/core/
DIModule.aidl72 void removeDeviceEffect(int portConfigId, in android.hardware.audio.effect.IEffect effect); in removeDeviceEffect() method
/hardware/interfaces/audio/aidl/android/hardware/audio/core/
DIModule.aidl863 void removeDeviceEffect(int portConfigId, in IEffect effect); in removeDeviceEffect() method
/hardware/interfaces/audio/aidl/aidl_api/android.hardware.audio.core/current/android/hardware/audio/core/
DIModule.aidl72 void removeDeviceEffect(int portConfigId, in android.hardware.audio.effect.IEffect effect); in removeDeviceEffect() method
/hardware/interfaces/audio/core/all-versions/default/
DPrimaryDevice.cpp188 Return<Result> PrimaryDevice::removeDeviceEffect(AudioPortHandle device, uint64_t effectId) { in removeDeviceEffect() function in android::hardware::audio::CPP_VERSION::implementation::PrimaryDevice
DDevice.cpp581 Return<Result> Device::removeDeviceEffect(AudioPortHandle device, uint64_t effectId) { in openOutputStreamImpl() function in android::hardware::audio::CPP_VERSION::implementation::Device
/hardware/interfaces/audio/aidl/default/
DModule.cpp1232 ndk::ScopedAStatus Module::removeDeviceEffect( in removeDeviceEffect() function in aidl::android::hardware::audio::core::Module