Home
last modified time | relevance | path

Searched refs:FastCaptureStateQueue (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/services/audioflinger/
DFastCapture.h26 typedef StateQueue<FastCaptureState> FastCaptureStateQueue; typedef
46 FastCaptureStateQueue* sq();
49 FastCaptureStateQueue mSQ;
DFastCapture.cpp50 FastCaptureStateQueue* FastCapture::sq() in sq()
DThreads.cpp5027 FastCaptureStateQueue *sq = mFastCapture->sq(); in RecordThread()
5050 sq->push(FastCaptureStateQueue::BLOCK_UNTIL_PUSHED); in RecordThread()
5076 FastCaptureStateQueue *sq = mFastCapture->sq(); in ~RecordThread()
5086 sq->push(FastCaptureStateQueue::BLOCK_UNTIL_PUSHED); in ~RecordThread()
5267 FastCaptureStateQueue *sq = mFastCapture->sq(); in threadLoop()
5270 FastCaptureStateQueue::block_t block = FastCaptureStateQueue::BLOCK_UNTIL_PUSHED; in threadLoop()
5292 block = FastCaptureStateQueue::BLOCK_UNTIL_ACKED; in threadLoop()
5606 FastCaptureStateQueue *sq = mFastCapture->sq(); in inputStandBy()
5615 sq->push(FastCaptureStateQueue::BLOCK_UNTIL_ACKED); in inputStandBy()