Searched refs:mAudioRecordThread (Results 1 – 2 of 2) sorted by relevance
196 if (mAudioRecordThread != 0) { in stopAndJoinCallbacks()197 mAudioRecordThread->requestExit(); // see comment in AudioRecord.h in stopAndJoinCallbacks()199 mAudioRecordThread->requestExitAndWait(); in stopAndJoinCallbacks()200 mAudioRecordThread.clear(); in stopAndJoinCallbacks()352 mAudioRecordThread = new AudioRecordThread(*this); in set()353 mAudioRecordThread->run("AudioRecord", ANDROID_PRIORITY_AUDIO); in set()366 if (mAudioRecordThread != 0) { in set()367 mAudioRecordThread->requestExit(); // see comment in AudioRecord.h in set()368 mAudioRecordThread->requestExitAndWait(); in set()369 mAudioRecordThread.clear(); in set()[all …]
677 sp<AudioRecordThread> mAudioRecordThread; variable