Home
last modified time | relevance | path

Searched refs:removeDeviceEffect (Results 1 – 12 of 12) sorted by relevance

/aosp12/frameworks/av/media/libaudiohal/impl/
H A DDeviceHalHidl.cpp446 status_t DeviceHalHidl::removeDeviceEffect( in removeDeviceEffect() function in android::CPP_VERSION::DeviceHalHidl
449 return processReturn("removeDeviceEffect", mDevice->removeDeviceEffect( in removeDeviceEffect()
454 status_t DeviceHalHidl::removeDeviceEffect( in removeDeviceEffect() function in android::CPP_VERSION::DeviceHalHidl
H A DDeviceHalLocal.h113 status_t removeDeviceEffect(audio_port_handle_t device, sp<EffectHalInterface> effect) override;
H A DDeviceHalHidl.h120 status_t removeDeviceEffect(audio_port_handle_t device, sp<EffectHalInterface> effect) override;
H A DDeviceHalLocal.cpp231 status_t DeviceHalLocal::removeDeviceEffect( in removeDeviceEffect() function in android::CPP_VERSION::DeviceHalLocal
/aosp12/frameworks/av/media/libaudiohal/include/media/audiohal/
H A DDeviceHalInterface.h120 virtual status_t removeDeviceEffect(
/aosp12/hardware/interfaces/audio/core/all-versions/default/
H A DPrimaryDevice.cpp184 Return<Result> PrimaryDevice::removeDeviceEffect(AudioPortHandle device, uint64_t effectId) { in removeDeviceEffect() function in android::hardware::audio::CPP_VERSION::implementation::PrimaryDevice
185 return mDevice->removeDeviceEffect(device, effectId); in removeDeviceEffect()
H A DDevice.cpp543 Return<Result> Device::removeDeviceEffect(AudioPortHandle device, uint64_t effectId) { in openOutputStream() function in android::hardware::audio::CPP_VERSION::implementation::Device
/aosp12/hardware/interfaces/audio/core/all-versions/default/include/core/default/
H A DDevice.h129 Return<Result> removeDeviceEffect(AudioPortHandle device, uint64_t effectId) override;
H A DPrimaryDevice.h110 Return<Result> removeDeviceEffect(AudioPortHandle device, uint64_t effectId) override;
/aosp12/hardware/interfaces/audio/6.0/
H A DIDevice.hal345 removeDeviceEffect(AudioPortHandle device, uint64_t effectId) generates (Result retval);
/aosp12/hardware/interfaces/audio/7.0/
H A DIDevice.hal367 removeDeviceEffect(AudioPortHandle device, uint64_t effectId) generates (Result retval);
/aosp12/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp523 return audioHwDevice->hwDevice()->removeDeviceEffect(deviceId, effect); in removeEffectFromHal()