Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DThreads.cpp8175 mFastCapture = new FastCapture(); in RecordThread()
8176 FastCaptureStateQueue *sq = mFastCapture->sq(); in RecordThread()
8203 mFastCapture->run("FastCapture", ANDROID_PRIORITY_URGENT_AUDIO); in RecordThread()
8204 pid_t tid = mFastCapture->getTid(); in RecordThread()
8224 if (mFastCapture != 0) { in ~RecordThread()
8225 FastCaptureStateQueue *sq = mFastCapture->sq(); in ~RecordThread()
8236 mFastCapture->join(); in ~RecordThread()
8237 mFastCapture.clear(); in ~RecordThread()
8467 if (mFastCapture != 0) { in threadLoop()
8468 FastCaptureStateQueue *sq = mFastCapture->sq(); in threadLoop()
[all …]
DThreads.h2063 bool hasFastCapture() const final { return mFastCapture != 0; } in hasFastCapture()
2150 sp<FastCapture> mFastCapture; // non-0 if there is also variable