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

/frameworks/av/services/audioflinger/
H A DThreads.h1285 bool hasFastCapture() const { return mFastCapture != 0; }
1318 sp<FastCapture> mFastCapture; // non-0 if there is also variable
1331 // mFastCapture->sq() // for mutating and pushing state
H A DThreads.cpp5472 // mFastCapture below
5540 mFastCapture = new FastCapture();
5541 FastCaptureStateQueue *sq = mFastCapture->sq();
5567 mFastCapture->run("FastCapture", ANDROID_PRIORITY_URGENT_AUDIO);
5568 pid_t tid = mFastCapture->getTid();
5583 if (mFastCapture != 0) {
5584 FastCaptureStateQueue *sq = mFastCapture->sq();
5595 mFastCapture->join();
5596 mFastCapture.clear();
5776 if (mFastCapture !
[all...]

Completed in 38 milliseconds