/hardware/interfaces/audio/core/all-versions/default/ |
D | PrimaryDevice.cpp | 188 Return<Result> PrimaryDevice::removeDeviceEffect(AudioPortHandle device, uint64_t effectId) { in removeDeviceEffect() function in android::hardware::audio::CPP_VERSION::implementation::PrimaryDevice 189 return mDevice->removeDeviceEffect(device, effectId); in removeDeviceEffect()
|
D | Device.cpp | 581 Return<Result> Device::removeDeviceEffect(AudioPortHandle device, uint64_t effectId) { in openOutputStreamImpl() function in android::hardware::audio::CPP_VERSION::implementation::Device
|
/hardware/interfaces/audio/aidl/android/hardware/audio/core/ |
D | IModule.aidl | 869 void removeDeviceEffect(int portConfigId, in IEffect effect); in removeDeviceEffect() method
|
/hardware/interfaces/audio/aidl/aidl_api/android.hardware.audio.core/1/android/hardware/audio/core/ |
D | IModule.aidl | 72 void removeDeviceEffect(int portConfigId, in android.hardware.audio.effect.IEffect effect); in removeDeviceEffect() method
|
/hardware/interfaces/audio/aidl/aidl_api/android.hardware.audio.core/2/android/hardware/audio/core/ |
D | IModule.aidl | 72 void removeDeviceEffect(int portConfigId, in android.hardware.audio.effect.IEffect effect); in removeDeviceEffect() method
|
/hardware/interfaces/audio/aidl/aidl_api/android.hardware.audio.core/current/android/hardware/audio/core/ |
D | IModule.aidl | 72 void removeDeviceEffect(int portConfigId, in android.hardware.audio.effect.IEffect effect); in removeDeviceEffect() method
|
/hardware/interfaces/audio/core/all-versions/default/include/core/default/ |
D | PrimaryDevice.h | 111 Return<Result> removeDeviceEffect(AudioPortHandle device, uint64_t effectId) override;
|
D | Device.h | 157 Return<Result> removeDeviceEffect(AudioPortHandle device, uint64_t effectId) override;
|
/hardware/interfaces/audio/aidl/default/include/core-impl/ |
D | Module.h | 132 ndk::ScopedAStatus removeDeviceEffect(
|
/hardware/interfaces/audio/6.0/ |
D | IDevice.hal | 345 removeDeviceEffect(AudioPortHandle device, uint64_t effectId) generates (Result retval);
|
/hardware/interfaces/audio/7.0/ |
D | IDevice.hal | 367 removeDeviceEffect(AudioPortHandle device, uint64_t effectId) generates (Result retval);
|
/hardware/interfaces/audio/aidl/default/ |
D | Module.cpp | 1464 ndk::ScopedAStatus Module::removeDeviceEffect( in removeDeviceEffect() function in aidl::android::hardware::audio::core::Module
|
/hardware/interfaces/audio/aidl/vts/ |
D | VtsHalAudioCoreModuleTargetTest.cpp | 2237 ndk::ScopedAStatus removeEffectStatus = module->removeDeviceEffect(-1, nullptr); in TEST_P() 2254 EXPECT_STATUS(EX_ILLEGAL_ARGUMENT, module->removeDeviceEffect(portConfig.getId(), nullptr)); in TEST_P()
|