Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DDeviceEffectManager.h47 status_t addEffectToHal(audio_port_handle_t deviceId, audio_module_handle_t hwModuleId, in addEffectToHal() argument
49 return mAudioFlinger.addEffectToHal(deviceId, hwModuleId, effect); in addEffectToHal()
51 status_t removeEffectFromHal(audio_port_handle_t deviceId, audio_module_handle_t hwModuleId, in removeEffectFromHal() argument
53 return mAudioFlinger.removeEffectFromHal(deviceId, hwModuleId, effect); in removeEffectFromHal()
194 audio_module_handle_t hwModuleId, sp<EffectHalInterface> effect) { in addEffectToHal() argument
195 return mManager.addEffectToHal(deviceId, hwModuleId, effect); in addEffectToHal()
198 audio_module_handle_t hwModuleId, sp<EffectHalInterface> effect) { in removeEffectFromHal() argument
199 return mManager.removeEffectFromHal(deviceId, hwModuleId, effect); in removeEffectFromHal()
DAudioFlinger.h314 audio_module_handle_t hwModuleId, sp<EffectHalInterface> effect);
316 audio_module_handle_t hwModuleId, sp<EffectHalInterface> effect);
DAudioFlinger.cpp404 audio_module_handle_t hwModuleId, sp<EffectHalInterface> effect) { in addEffectToHal() argument
406 AudioHwDevice *audioHwDevice = mAudioHwDevs.valueFor(hwModuleId); in addEffectToHal()
414 audio_module_handle_t hwModuleId, sp<EffectHalInterface> effect) { in removeEffectFromHal() argument
416 AudioHwDevice *audioHwDevice = mAudioHwDevs.valueFor(hwModuleId); in removeEffectFromHal()