Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DFastCapture.h27 typedef StateQueue<FastCaptureState> FastCaptureStateQueue; typedef
35 FastCaptureStateQueue* sq();
38 FastCaptureStateQueue mSQ;
DFastCapture.cpp50 FastCaptureStateQueue* FastCapture::sq() in sq()
DThreads.cpp6017 FastCaptureStateQueue *sq = mFastCapture->sq(); in RecordThread()
6040 sq->push(FastCaptureStateQueue::BLOCK_UNTIL_PUSHED); in RecordThread()
6061 FastCaptureStateQueue *sq = mFastCapture->sq(); in ~RecordThread()
6071 sq->push(FastCaptureStateQueue::BLOCK_UNTIL_PUSHED); in ~RecordThread()
6250 FastCaptureStateQueue *sq = mFastCapture->sq(); in threadLoop()
6253 FastCaptureStateQueue::block_t block = FastCaptureStateQueue::BLOCK_UNTIL_PUSHED; in threadLoop()
6276 block = FastCaptureStateQueue::BLOCK_UNTIL_ACKED; in threadLoop()
6540 FastCaptureStateQueue *sq = mFastCapture->sq(); in inputStandBy()
6549 sq->push(FastCaptureStateQueue::BLOCK_UNTIL_ACKED); in inputStandBy()