Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DPatchPanel.cpp409 patch->mPatchRecord = new RecordThread::PatchRecord( in createPatchConnections()
417 if (patch->mPatchRecord == 0) { in createPatchConnections()
420 status = patch->mPatchRecord->initCheck(); in createPatchConnections()
424 patch->mRecordThread->addPatchRecord(patch->mPatchRecord); in createPatchConnections()
435 patch->mPatchRecord->buffer(), in createPatchConnections()
447 patch->mPatchRecord->setPeerProxy(patch->mPatchTrack.get()); in createPatchConnections()
448 patch->mPatchTrack->setPeerProxy(patch->mPatchRecord.get()); in createPatchConnections()
451 patch->mPatchRecord->start(AudioSystem::SYNC_EVENT_NONE, 0); in createPatchConnections()
467 if (patch->mPatchRecord != 0) { in clearPatchConnections()
468 patch->mPatchRecord->stop(); in clearPatchConnections()
[all …]
DPatchPanel.h69 sp<RecordThread::PatchRecord> mPatchRecord; variable