Searched refs:mPatchRecord (Results 1 – 2 of 2) sorted by relevance
470 patch->mPatchRecord = new RecordThread::PatchRecord( in createPatchConnections()478 if (patch->mPatchRecord == 0) { in createPatchConnections()481 status = patch->mPatchRecord->initCheck(); in createPatchConnections()485 patch->mRecordThread->addPatchRecord(patch->mPatchRecord); in createPatchConnections()496 patch->mPatchRecord->buffer(), in createPatchConnections()508 patch->mPatchRecord->setPeerProxy(patch->mPatchTrack.get()); in createPatchConnections()509 patch->mPatchTrack->setPeerProxy(patch->mPatchRecord.get()); in createPatchConnections()512 patch->mPatchRecord->start(AudioSystem::SYNC_EVENT_NONE, AUDIO_SESSION_NONE); in createPatchConnections()528 if (patch->mPatchRecord != 0) { in clearPatchConnections()529 patch->mPatchRecord->stop(); in clearPatchConnections()[all …]
77 sp<RecordThread::PatchRecord> mPatchRecord; variable