Searched refs:mRecordThread (Results 1 – 2 of 2) sorted by relevance
321 newPatch->mRecordThread = (RecordThread *)thread.get(); in createAudioPatch()323 newPatch->mRecordThread.get(), config.channel_mask); in createAudioPatch()324 if (newPatch->mRecordThread == 0) { in createAudioPatch()429 patch->mRecordThread->getAudioPortConfig(&subPatch.sinks[0]); in createPatchConnections()454 size_t recordFramecount = patch->mRecordThread->frameCount(); in createPatchConnections()471 patch->mRecordThread.get(), in createPatchConnections()486 patch->mRecordThread->addPatchRecord(patch->mPatchRecord); in createPatchConnections()544 if (patch->mRecordThread != 0) { in clearPatchConnections()546 patch->mRecordThread->deletePatchRecord(patch->mPatchRecord); in clearPatchConnections()548 audioflinger->closeInputInternal_l(patch->mRecordThread); in clearPatchConnections()[all …]
75 sp<RecordThread> mRecordThread; variable