Home
last modified time | relevance | path

Searched refs:hwModuleId (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/services/audioflinger/
DDeviceEffectManager.h48 status_t addEffectToHal(audio_port_handle_t deviceId, audio_module_handle_t hwModuleId, in addEffectToHal() argument
50 return mAudioFlinger.addEffectToHal(deviceId, hwModuleId, effect); in addEffectToHal()
52 status_t removeEffectFromHal(audio_port_handle_t deviceId, audio_module_handle_t hwModuleId, in removeEffectFromHal() argument
54 return mAudioFlinger.removeEffectFromHal(deviceId, hwModuleId, effect); in removeEffectFromHal()
196 audio_module_handle_t hwModuleId, sp<EffectHalInterface> effect) { in addEffectToHal() argument
197 return mManager.addEffectToHal(deviceId, hwModuleId, effect); in addEffectToHal()
200 audio_module_handle_t hwModuleId, sp<EffectHalInterface> effect) { in removeEffectFromHal() argument
201 return mManager.removeEffectFromHal(deviceId, hwModuleId, effect); in removeEffectFromHal()
DAudioFlinger.h305 audio_module_handle_t hwModuleId, sp<EffectHalInterface> effect);
307 audio_module_handle_t hwModuleId, sp<EffectHalInterface> effect);
DAudioFlinger.cpp506 audio_module_handle_t hwModuleId, sp<EffectHalInterface> effect) { in addEffectToHal() argument
508 AudioHwDevice *audioHwDevice = mAudioHwDevs.valueFor(hwModuleId); in addEffectToHal()
516 audio_module_handle_t hwModuleId, sp<EffectHalInterface> effect) { in removeEffectFromHal() argument
518 AudioHwDevice *audioHwDevice = mAudioHwDevs.valueFor(hwModuleId); in removeEffectFromHal()