Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DPatchPanel.cpp181 audio_module_handle_t srcModule = patch->sources[0].ext.device.hw_module; in createAudioPatch() local
182 ssize_t index = audioflinger->mAudioHwDevs.indexOfKey(srcModule); in createAudioPatch()
184 ALOGW("createAudioPatch() bad src hw module %d", srcModule); in createAudioPatch()
192 patch->sinks[i].ext.mix.hw_module != srcModule) && in createAudioPatch()
211 ((patch->sinks[0].ext.device.hw_module != srcModule) || in createAudioPatch()
259 newPatch->mRecordThread = audioflinger->openInput_l(srcModule, in createAudioPatch()
304 audio_module_handle_t srcModule = patch->sources[0].ext.mix.hw_module; in createAudioPatch() local
305 ssize_t index = audioflinger->mAudioHwDevs.indexOfKey(srcModule); in createAudioPatch()
307 ALOGW("createAudioPatch() bad src hw module %d", srcModule); in createAudioPatch()
321 if (patch->sinks[i].ext.device.hw_module != srcModule) { in createAudioPatch()
[all …]