Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DPatchPanel.cpp582 sp<IAfPatchRecord> tempRecordTrack; in createConnections_l() local
594 tempRecordTrack = IAfPatchRecord::createPassThru( in createConnections_l()
613 tempRecordTrack = IAfPatchRecord::create( in createConnections_l()
625 status = mRecord.checkTrack(tempRecordTrack.get()); in createConnections_l()
645 tempRecordTrack->buffer(), in createConnections_l()
646 tempRecordTrack->bufferSize(), in createConnections_l()
663 mRecord.setTrackAndPeer(tempRecordTrack, tempPatchTrack, !usePassthruPatchRecord); in createConnections_l()
664 mPlayback.setTrackAndPeer(tempPatchTrack, tempRecordTrack, true /*holdReference*/); in createConnections_l()