Home
last modified time | relevance | path

Searched refs:mFastCapture (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/services/audioflinger/
DThreads.cpp5026 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 …]
DThreads.h1137 bool hasFastCapture() const { return mFastCapture != 0; } in hasFastCapture()
1170 … sp<FastCapture> mFastCapture; // non-0 if there is also a fast capture variable