Lines Matching refs:hw_module
187 (removedPatch->mAudioPatch.sources[0].ext.device.hw_module != in createAudioPatch()
188 patch->sources[0].ext.device.hw_module))) { in createAudioPatch()
189 hwModule = removedPatch->mAudioPatch.sources[0].ext.device.hw_module; in createAudioPatch()
193 (removedPatch->mAudioPatch.sinks[0].ext.device.hw_module != in createAudioPatch()
194 patch->sinks[0].ext.device.hw_module)))) { in createAudioPatch()
200 hwModule = removedPatch->mAudioPatch.sinks[0].ext.device.hw_module; in createAudioPatch()
222 audio_module_handle_t srcModule = patch->sources[0].ext.device.hw_module; in createAudioPatch()
233 patch->sinks[i].ext.mix.hw_module != srcModule) && in createAudioPatch()
253 ((patch->sinks[0].ext.device.hw_module != srcModule) || in createAudioPatch()
257 (patch->num_sinks != 0 && patch->sinks[0].ext.device.hw_module != in createAudioPatch()
258 patch->sources[1].ext.mix.hw_module)) { in createAudioPatch()
278 patch->sinks[0].ext.device.hw_module, in createAudioPatch()
358 audio_module_handle_t srcModule = patch->sources[0].ext.mix.hw_module; in createAudioPatch()
375 if (patch->sinks[i].ext.device.hw_module != srcModule) { in createAudioPatch()
598 audio_module_handle_t srcModule = patch->sources[0].ext.device.hw_module; in releaseAudioPatch()
632 audio_module_handle_t srcModule = patch->sources[0].ext.mix.hw_module; in releaseAudioPatch()
682 module = config->ext.device.hw_module; in setAudioPortConfig()
684 module = config->ext.mix.hw_module; in setAudioPortConfig()