Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DPatchPanel.cpp583 const bool usePassthruPatchRecord = in createConnections_l() local
588 if (usePassthruPatchRecord) { in createConnections_l()
637 const size_t frameCountToBeReady = isFmBridge && !usePassthruPatchRecord ? frameCount / 4 : 1; in createConnections_l()
663 mRecord.setTrackAndPeer(tempRecordTrack, tempPatchTrack, !usePassthruPatchRecord); in createConnections_l()