Lines Matching refs:mPatchRecord
454 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()
526 if (patch->mPatchRecord != 0) { in clearPatchConnections()
527 patch->mRecordThread->deletePatchRecord(patch->mPatchRecord); in clearPatchConnections()
528 patch->mPatchRecord.clear(); in clearPatchConnections()