Searched refs:mFastCapture (Results 1 – 2 of 2) sorted by relevance
5026 mFastCapture = new FastCapture(); in RecordThread()5027 FastCaptureStateQueue *sq = mFastCapture->sq(); in RecordThread()5053 mFastCapture->run("FastCapture", ANDROID_PRIORITY_URGENT_AUDIO); in RecordThread()5054 pid_t tid = mFastCapture->getTid(); in RecordThread()5075 if (mFastCapture != 0) { in ~RecordThread()5076 FastCaptureStateQueue *sq = mFastCapture->sq(); in ~RecordThread()5087 mFastCapture->join(); in ~RecordThread()5088 mFastCapture.clear(); in ~RecordThread()5266 if (mFastCapture != 0) { in threadLoop()5267 FastCaptureStateQueue *sq = mFastCapture->sq(); in threadLoop()[all …]
1137 bool hasFastCapture() const { return mFastCapture != 0; } in hasFastCapture()1170 … sp<FastCapture> mFastCapture; // non-0 if there is also a fast capture variable