Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DPatchPanel.cpp454 patch->mPatchRecord = new RecordThread::PatchRecord( in createPatchConnections()
462 if (patch->mPatchRecord == 0) { in createPatchConnections()
465 status = patch->mPatchRecord->initCheck(); in createPatchConnections()
469 patch->mRecordThread->addPatchRecord(patch->mPatchRecord); in createPatchConnections()
479 patch->mPatchRecord->buffer(), in createPatchConnections()
491 patch->mPatchRecord->setPeerProxy(patch->mPatchTrack.get()); in createPatchConnections()
492 patch->mPatchTrack->setPeerProxy(patch->mPatchRecord.get()); in createPatchConnections()
495 patch->mPatchRecord->start(AudioSystem::SYNC_EVENT_NONE, 0); in createPatchConnections()
511 if (patch->mPatchRecord != 0) { in clearPatchConnections()
512 patch->mPatchRecord->stop(); in clearPatchConnections()
[all …]
DPatchPanel.h69 sp<RecordThread::PatchRecord> mPatchRecord; variable