Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DPatchPanel.cpp222 audio_module_handle_t srcModule = patch->sources[0].ext.device.hw_module; in createAudioPatch() local
223 ssize_t index = audioflinger->mAudioHwDevs.indexOfKey(srcModule); in createAudioPatch()
225 ALOGW("createAudioPatch() bad src hw module %d", srcModule); in createAudioPatch()
233 patch->sinks[i].ext.mix.hw_module != srcModule) && in createAudioPatch()
253 ((patch->sinks[0].ext.device.hw_module != srcModule) || in createAudioPatch()
314 sp<ThreadBase> thread = audioflinger->openInput_l(srcModule, in createAudioPatch()
358 audio_module_handle_t srcModule = patch->sources[0].ext.mix.hw_module; in createAudioPatch() local
359 ssize_t index = audioflinger->mAudioHwDevs.indexOfKey(srcModule); in createAudioPatch()
361 ALOGW("createAudioPatch() bad src hw module %d", srcModule); in createAudioPatch()
375 if (patch->sinks[i].ext.device.hw_module != srcModule) { in createAudioPatch()
[all …]