Home | History | Annotate | Download | only in audiopolicy

Lines Matching refs:newPatch

2735             struct audio_patch newPatch = *patch;
2736 srcDeviceDesc->toAudioPortConfig(&newPatch.sources[0], &patch->sources[0]);
2749 sinkDeviceDesc->toAudioPortConfig(&newPatch.sinks[i], &patch->sinks[i]);
2769 outputDesc->toAudioPortConfig(&newPatch.sources[1], &patch->sources[0]);
2770 newPatch.num_sources = 2;
2781 status_t status = mpClientInterface->createAudioPatch(&newPatch,
2789 &newPatch, uid);
2792 patchDesc->mPatch = newPatch;