Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DPatchPanel.cpp418 const struct audio_patch *audioPatch) in createPatchConnections() argument
423 subPatch.sources[0] = audioPatch->sources[0]; in createPatchConnections()
436 if (audioPatch->num_sinks != 0) { in createPatchConnections()
438 subPatch.sinks[0] = audioPatch->sinks[0]; in createPatchConnections()
488 audioPatch->sources[1].ext.mix.usecase.stream, in createPatchConnections()
DPatchPanel.h52 const struct audio_patch *audioPatch);