Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DThreads.cpp5534 mFastCapture = new FastCapture(); in RecordThread()
5535 FastCaptureStateQueue *sq = mFastCapture->sq(); in RecordThread()
5561 mFastCapture->run("FastCapture", ANDROID_PRIORITY_URGENT_AUDIO); in RecordThread()
5562 pid_t tid = mFastCapture->getTid(); in RecordThread()
5577 if (mFastCapture != 0) { in ~RecordThread()
5578 FastCaptureStateQueue *sq = mFastCapture->sq(); in ~RecordThread()
5589 mFastCapture->join(); in ~RecordThread()
5590 mFastCapture.clear(); in ~RecordThread()
5770 if (mFastCapture != 0) { in threadLoop()
5771 FastCaptureStateQueue *sq = mFastCapture->sq(); in threadLoop()
[all …]
DThreads.h1285 bool hasFastCapture() const { return mFastCapture != 0; } in hasFastCapture()
1318 sp<FastCapture> mFastCapture; // non-0 if there is also variable