Lines Matching refs:mPatch
1186 for (size_t j = 0; j < patch->mPatch.num_sinks; ++j) { in getOutputForDevices()
1187 const struct audio_port_config *sink = &patch->mPatch.sinks[j]; in getOutputForDevices()
1275 for (size_t j = 0; j < patch->mPatch.num_sources; ++j) { in getMsdPatches()
1276 const struct audio_port_config *source = &patch->mPatch.sources[j]; in getMsdPatches()
1406 if (audio_patches_are_equal(¤tPatch->mPatch, patch)) { in setMsdPatch()
3431 if (patchDesc->mPatch.sources[0].id != patch->sources[0].id) { in createAudioPatchInternal()
3433 __func__, patchDesc->mPatch.sources[0].id, patch->sources[0].id); in createAudioPatchInternal()
3497 if (patchDesc->mPatch.sinks[0].id != patch->sinks[0].id) { in createAudioPatchInternal()
3539 if (patchDesc->mPatch.sources[0].id != patch->sources[0].id) { in createAudioPatchInternal()
3680 struct audio_patch *patch = &patchDesc->mPatch; in releaseAudioPatchInternal()
6104 for (size_t j = 0; j < patchDesc->mPatch.num_sources && !release; j++) { in cleanUpForDevice()
6105 const struct audio_port_config *source = &patchDesc->mPatch.sources[j]; in cleanUpForDevice()
6111 for (size_t j = 0; j < patchDesc->mPatch.num_sinks && !release; j++) { in cleanUpForDevice()
6112 const struct audio_port_config *sink = &patchDesc->mPatch.sinks[j]; in cleanUpForDevice()
6323 patchDesc->mPatch = *patch; in installPatch()