Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DPatchPanel.cpp638 sp<IAfPatchTrack> tempPatchTrack = IAfPatchTrack::create( in createConnections_l() local
651 status = mPlayback.checkTrack(tempPatchTrack.get()); in createConnections_l()
663 mRecord.setTrackAndPeer(tempRecordTrack, tempPatchTrack, !usePassthruPatchRecord); in createConnections_l()
664 mPlayback.setTrackAndPeer(tempPatchTrack, tempRecordTrack, true /*holdReference*/); in createConnections_l()