Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DPatchPanel.h60 bool endpointPatch = false);
165 Patch(const struct audio_patch &patch, bool endpointPatch) : in Patch() argument
166 mAudioPatch(patch), mIsEndpointPatch(endpointPatch) {} in Patch()
DPatchPanel.cpp137 bool endpointPatch) in createAudioPatch() argument
200 Patch newPatch{*patch, endpointPatch}; in createAudioPatch()
424 if (!endpointPatch) { in createAudioPatch()