Lines Matching refs:mFastCapture
6811 mFastCapture = new FastCapture(); in RecordThread()
6812 FastCaptureStateQueue *sq = mFastCapture->sq(); in RecordThread()
6838 mFastCapture->run("FastCapture", ANDROID_PRIORITY_URGENT_AUDIO); in RecordThread()
6839 pid_t tid = mFastCapture->getTid(); in RecordThread()
6859 if (mFastCapture != 0) { in ~RecordThread()
6860 FastCaptureStateQueue *sq = mFastCapture->sq(); in ~RecordThread()
6871 mFastCapture->join(); in ~RecordThread()
6872 mFastCapture.clear(); in ~RecordThread()
7053 if (mFastCapture != 0) { in threadLoop()
7054 FastCaptureStateQueue *sq = mFastCapture->sq(); in threadLoop()
7442 if (mFastCapture != 0) { in inputStandBy()
7443 FastCaptureStateQueue *sq = mFastCapture->sq(); in inputStandBy()
8111 AutoPark<FastCapture> park(mFastCapture); in checkForNewParameter_l()