Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DPatchPanel.cpp193 audio_module_handle_t srcModule = patch->sources[0].ext.device.hw_module; in createAudioPatch_l() local
194 AudioHwDevice *audioHwDevice = findAudioHwDeviceByModule_l(srcModule); in createAudioPatch_l()
203 patch->sinks[i].ext.device.hw_module != srcModule)) && in createAudioPatch_l()
224 ((patch->sinks[0].ext.device.hw_module != srcModule) || in createAudioPatch_l()
310 const sp<IAfThreadBase> thread = mAfPatchPanelCallback->openInput_l(srcModule, in createAudioPatch_l()
372 audio_module_handle_t srcModule = patch->sources[0].ext.mix.hw_module; in createAudioPatch_l() local
373 ssize_t index = mAfPatchPanelCallback->getAudioHwDevs_l().indexOfKey(srcModule); in createAudioPatch_l()
375 ALOGW("%s() bad src hw module %d", __func__, srcModule); in createAudioPatch_l()
389 if (patch->sinks[i].ext.device.hw_module != srcModule) { in createAudioPatch_l()