Searched refs:mRecordThread (Results 1 – 2 of 2) sorted by relevance
268 newPatch->mRecordThread = audioflinger->openInput_l(srcModule, in createAudioPatch()276 newPatch->mRecordThread.get(), inChannelMask); in createAudioPatch()277 if (newPatch->mRecordThread == 0) { in createAudioPatch()417 patch->mRecordThread->getAudioPortConfig(&subPatch.sinks[0]); in createPatchConnections()438 size_t recordFramecount = patch->mRecordThread->frameCount(); in createPatchConnections()455 patch->mRecordThread.get(), in createPatchConnections()469 patch->mRecordThread->addPatchRecord(patch->mPatchRecord); in createPatchConnections()525 if (patch->mRecordThread != 0) { in clearPatchConnections()527 patch->mRecordThread->deletePatchRecord(patch->mPatchRecord); in clearPatchConnections()530 audioflinger->closeInputInternal_l(patch->mRecordThread); in clearPatchConnections()[all …]
68 sp<RecordThread> mRecordThread; variable