Home
last modified time | relevance | path

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

/aosp12/frameworks/av/services/audioflinger/
H A DThreads.cpp7405 mFastCapture = new FastCapture(); in RecordThread()
7406 FastCaptureStateQueue *sq = mFastCapture->sq(); in RecordThread()
7433 pid_t tid = mFastCapture->getTid(); in RecordThread()
7453 if (mFastCapture != 0) { in ~RecordThread()
7454 FastCaptureStateQueue *sq = mFastCapture->sq(); in ~RecordThread()
7465 mFastCapture->join(); in ~RecordThread()
7466 mFastCapture.clear(); in ~RecordThread()
7681 if (mFastCapture != 0) { in threadLoop()
8079 if (mFastCapture != 0) { in inputStandBy()
8080 FastCaptureStateQueue *sq = mFastCapture->sq(); in inputStandBy()
[all …]
H A DThreads.h1835 bool hasFastCapture() const { return mFastCapture != 0; } in hasFastCapture()
1916 sp<FastCapture> mFastCapture; // non-0 if there is also variable