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