Home | History | Annotate | Download | only in managerdefault

Lines Matching refs:mPatch

1675             inputDesc->getModuleHandle() == mCallTxPatch->mPatch.sources[0].ext.device.hw_module) {
2167 if ((patch != 0) && (patch->mPatch.num_sinks != 0)
2168 && (patch->mPatch.sinks[0].type == AUDIO_PORT_TYPE_DEVICE)
2169 && (patch->mPatch.sinks[0].ext.device.type == device)
2170 && (strncmp(patch->mPatch.sinks[0].ext.device.address, address.string(),
2515 if (patchDesc->mPatch.sources[0].id != patch->sources[0].id) {
2517 patchDesc->mPatch.sources[0].id, patch->sources[0].id);
2583 if (patchDesc->mPatch.sinks[0].id != patch->sinks[0].id) {
2626 if (patchDesc->mPatch.sources[0].id != patch->sources[0].id) {
2698 patchDesc->mPatch = newPatch;
2735 struct audio_patch *patch = &patchDesc->mPatch;
3016 struct audio_patch *patch = &sourceDesc->mPatchDesc->mPatch;
4749 patchDesc->mPatch = patch;
4853 patchDesc->mPatch = patch;
5323 for (size_t j = 0; j < patchDesc->mPatch.num_sources && !release; j++) {
5324 const struct audio_port_config *source = &patchDesc->mPatch.sources[j];
5330 for (size_t j = 0; j < patchDesc->mPatch.num_sinks && !release; j++) {
5331 const struct audio_port_config *sink = &patchDesc->mPatch.sinks[j];