Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DThreads.cpp6048 mFastCapture = new FastCapture(); in RecordThread()
6049 FastCaptureStateQueue *sq = mFastCapture->sq(); in RecordThread()
6075 mFastCapture->run("FastCapture", ANDROID_PRIORITY_URGENT_AUDIO); in RecordThread()
6076 pid_t tid = mFastCapture->getTid(); in RecordThread()
6092 if (mFastCapture != 0) { in ~RecordThread()
6093 FastCaptureStateQueue *sq = mFastCapture->sq(); in ~RecordThread()
6104 mFastCapture->join(); in ~RecordThread()
6105 mFastCapture.clear(); in ~RecordThread()
6281 if (mFastCapture != 0) { in threadLoop()
6282 FastCaptureStateQueue *sq = mFastCapture->sq(); in threadLoop()
[all …]
DThreads.h1381 bool hasFastCapture() const { return mFastCapture != 0; } in hasFastCapture()
1427 sp<FastCapture> mFastCapture; // non-0 if there is also variable