Lines Matching refs:mFastCapture
7405 mFastCapture = new FastCapture(); in RecordThread()
7406 FastCaptureStateQueue *sq = mFastCapture->sq(); in RecordThread()
7432 mFastCapture->run("FastCapture", ANDROID_PRIORITY_URGENT_AUDIO); in RecordThread()
7433 pid_t tid = mFastCapture->getTid(); in RecordThread()
7453 if (mFastCapture != 0) { in ~RecordThread()
7454 FastCaptureStateQueue *sq = mFastCapture->sq(); in ~RecordThread()
7465 mFastCapture->join(); in ~RecordThread()
7466 mFastCapture.clear(); in ~RecordThread()
7681 if (mFastCapture != 0) { in threadLoop()
7682 FastCaptureStateQueue *sq = mFastCapture->sq(); in threadLoop()
8079 if (mFastCapture != 0) { in inputStandBy()
8080 FastCaptureStateQueue *sq = mFastCapture->sq(); in inputStandBy()
8867 AutoPark<FastCapture> park(mFastCapture); in checkForNewParameter_l()