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()
6049 FastCaptureStateQueue *sq = mFastCapture->sq(); in RecordThread()6072 sq->push(FastCaptureStateQueue::BLOCK_UNTIL_PUSHED); in RecordThread()6093 FastCaptureStateQueue *sq = mFastCapture->sq(); in ~RecordThread()6103 sq->push(FastCaptureStateQueue::BLOCK_UNTIL_PUSHED); in ~RecordThread()6282 FastCaptureStateQueue *sq = mFastCapture->sq(); in threadLoop()6285 FastCaptureStateQueue::block_t block = FastCaptureStateQueue::BLOCK_UNTIL_PUSHED; in threadLoop()6308 block = FastCaptureStateQueue::BLOCK_UNTIL_ACKED; in threadLoop()6572 FastCaptureStateQueue *sq = mFastCapture->sq(); in inputStandBy()6581 sq->push(FastCaptureStateQueue::BLOCK_UNTIL_ACKED); in inputStandBy()