Lines Matching refs:mPatch
1766 inputDesc->getModuleHandle() == mCallTxPatch->mPatch.sources[0].ext.device.hw_module) { in isConcurentCaptureAllowed()
1829 inputDesc->getModuleHandle() == mCallTxPatch->mPatch.sources[0].ext.device.hw_module) { in startInput()
2403 if ((patch != 0) && (patch->mPatch.num_sinks != 0) in registerPolicyMixes()
2404 && (patch->mPatch.sinks[0].type == AUDIO_PORT_TYPE_DEVICE) in registerPolicyMixes()
2405 && (patch->mPatch.sinks[0].ext.device.type == device) in registerPolicyMixes()
2406 && (strncmp(patch->mPatch.sinks[0].ext.device.address, address.string(), in registerPolicyMixes()
2754 if (patchDesc->mPatch.sources[0].id != patch->sources[0].id) { in createAudioPatch()
2756 patchDesc->mPatch.sources[0].id, patch->sources[0].id); in createAudioPatch()
2822 if (patchDesc->mPatch.sinks[0].id != patch->sinks[0].id) { in createAudioPatch()
2865 if (patchDesc->mPatch.sources[0].id != patch->sources[0].id) { in createAudioPatch()
2937 patchDesc->mPatch = newPatch; in createAudioPatch()
2974 struct audio_patch *patch = &patchDesc->mPatch; in releaseAudioPatch()
3255 struct audio_patch *patch = &sourceDesc->mPatchDesc->mPatch; in connectAudioSource()
5008 patchDesc->mPatch = patch; in AudioPolicyManager()
5112 patchDesc->mPatch = patch; in AudioPolicyManager()
5585 for (size_t j = 0; j < patchDesc->mPatch.num_sources && !release; j++) { in AudioPolicyManager()
5586 const struct audio_port_config *source = &patchDesc->mPatch.sources[j]; in AudioPolicyManager()
5592 for (size_t j = 0; j < patchDesc->mPatch.num_sinks && !release; j++) { in AudioPolicyManager()
5593 const struct audio_port_config *sink = &patchDesc->mPatch.sinks[j]; in AudioPolicyManager()