Searched refs:hwModuleId (Results 1 – 3 of 3) sorted by relevance
/aosp12/frameworks/av/services/audioflinger/ |
H A D | DeviceEffectManager.h | 49 status_t addEffectToHal(audio_port_handle_t deviceId, audio_module_handle_t hwModuleId, in addEffectToHal() argument 51 return mAudioFlinger.addEffectToHal(deviceId, hwModuleId, effect); in addEffectToHal() 53 status_t removeEffectFromHal(audio_port_handle_t deviceId, audio_module_handle_t hwModuleId, in removeEffectFromHal() argument 55 return mAudioFlinger.removeEffectFromHal(deviceId, hwModuleId, effect); in removeEffectFromHal() 207 audio_module_handle_t hwModuleId, sp<EffectHalInterface> effect) { in addEffectToHal() argument 208 return mManager.addEffectToHal(deviceId, hwModuleId, effect); in addEffectToHal() 211 audio_module_handle_t hwModuleId, sp<EffectHalInterface> effect) { in removeEffectFromHal() argument 212 return mManager.removeEffectFromHal(deviceId, hwModuleId, effect); in removeEffectFromHal()
|
H A D | AudioFlinger.h | 308 audio_module_handle_t hwModuleId, sp<EffectHalInterface> effect); 310 audio_module_handle_t hwModuleId, sp<EffectHalInterface> effect);
|
H A D | AudioFlinger.cpp | 507 audio_module_handle_t hwModuleId, sp<EffectHalInterface> effect) { in addEffectToHal() argument 509 AudioHwDevice *audioHwDevice = mAudioHwDevs.valueFor(hwModuleId); in addEffectToHal() 517 audio_module_handle_t hwModuleId, sp<EffectHalInterface> effect) { in removeEffectFromHal() argument 519 AudioHwDevice *audioHwDevice = mAudioHwDevs.valueFor(hwModuleId); in removeEffectFromHal()
|