Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DPatchPanel.h166 mAudioPatch(patch), mIsEndpointPatch(endpointPatch) {} in Patch()
175 mIsEndpointPatch = other.mIsEndpointPatch; in Patch()
190 swap(mIsEndpointPatch, other.mIsEndpointPatch); in swap()
225 bool mIsEndpointPatch; variable
DPatchPanel.cpp427 !iter.second.mIsEndpointPatch) { in createAudioPatch()