Searched refs:audioPatch (Results 1 – 3 of 3) sorted by relevance
421 const struct audio_patch *audioPatch) in createPatchConnections() argument426 subPatch.sources[0] = audioPatch->sources[0]; in createPatchConnections()439 if (audioPatch->num_sinks != 0) { in createPatchConnections()441 subPatch.sinks[0] = audioPatch->sinks[0]; in createPatchConnections()492 audioPatch->sources[1].ext.mix.usecase.stream, in createPatchConnections()
52 const struct audio_patch *audioPatch);
530 sp<AudioPatch> audioPatch; in createTelephonyPatch() local532 audioPatch = new AudioPatch(&patch, mUidCached); in createTelephonyPatch()533 audioPatch->mAfPatchHandle = afPatchHandle; in createTelephonyPatch()534 audioPatch->mUid = mUidCached; in createTelephonyPatch()536 return audioPatch; in createTelephonyPatch()