Searched refs:srcModule (Results 1 – 1 of 1) sorted by relevance
205 audio_module_handle_t srcModule = patch->sources[0].ext.device.hw_module; in createAudioPatch() local206 AudioHwDevice *audioHwDevice = findAudioHwDeviceByModule(srcModule); in createAudioPatch()215 patch->sinks[i].ext.device.hw_module != srcModule)) && in createAudioPatch()236 ((patch->sinks[0].ext.device.hw_module != srcModule) || in createAudioPatch()314 sp<ThreadBase> thread = mAudioFlinger.openInput_l(srcModule, in createAudioPatch()374 audio_module_handle_t srcModule = patch->sources[0].ext.mix.hw_module; in createAudioPatch() local375 ssize_t index = mAudioFlinger.mAudioHwDevs.indexOfKey(srcModule); in createAudioPatch()377 ALOGW("%s() bad src hw module %d", __func__, srcModule); in createAudioPatch()391 if (patch->sinks[i].ext.device.hw_module != srcModule) { in createAudioPatch()