Searched refs:srcModule (Results 1 – 1 of 1) sorted by relevance
181 audio_module_handle_t srcModule = patch->sources[0].ext.device.hw_module; in createAudioPatch() local182 AudioHwDevice *audioHwDevice = findAudioHwDeviceByModule(srcModule); in createAudioPatch()191 patch->sinks[i].ext.device.hw_module != srcModule)) && in createAudioPatch()212 ((patch->sinks[0].ext.device.hw_module != srcModule) || in createAudioPatch()290 sp<ThreadBase> thread = mAudioFlinger.openInput_l(srcModule, in createAudioPatch()350 audio_module_handle_t srcModule = patch->sources[0].ext.mix.hw_module; in createAudioPatch() local351 ssize_t index = mAudioFlinger.mAudioHwDevs.indexOfKey(srcModule); in createAudioPatch()353 ALOGW("%s() bad src hw module %d", __func__, srcModule); in createAudioPatch()367 if (patch->sinks[i].ext.device.hw_module != srcModule) { in createAudioPatch()