Home
last modified time | relevance | path

Searched refs:audioPatch (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/services/audioflinger/
DPatchPanel.cpp421 const struct audio_patch *audioPatch) in createPatchConnections() argument
426 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()
DPatchPanel.h52 const struct audio_patch *audioPatch);