Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DIAfPatchPanel.h197 Patch(const struct audio_patch& patch, bool endpointPatch) in Patch() argument
198 : mAudioPatch(patch), mIsEndpointPatch(endpointPatch) {} in Patch()
273 bool endpointPatch = false)
DPatchPanel.h43 bool endpointPatch = false) final
DPatchPanel.cpp115 bool endpointPatch) in createAudioPatch_l() argument
188 Patch newPatch{*patch, endpointPatch}; in createAudioPatch_l()
417 if (endpointPatch) { in createAudioPatch_l()
441 if (!endpointPatch) { in createAudioPatch_l()
465 || (endpointPatch && reuseExistingHalPatch))) { in createAudioPatch_l()