Searched refs:FastCaptureStateQueue (Results 1 – 3 of 3) sorted by relevance
27 typedef StateQueue<FastCaptureState> FastCaptureStateQueue; typedef35 FastCaptureStateQueue* sq();38 FastCaptureStateQueue mSQ;
50 FastCaptureStateQueue* FastCapture::sq() in sq()
6017 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()