Searched refs:FastCaptureStateQueue (Results 1 – 3 of 3) sorted by relevance
26 using FastCaptureStateQueue = StateQueue<FastCaptureState>; variable33 FastCaptureStateQueue* sq();36 FastCaptureStateQueue mSQ;
43 FastCaptureStateQueue* FastCapture::sq() in sq()
8351 FastCaptureStateQueue *sq = mFastCapture->sq(); in RecordThread()8377 sq->push(FastCaptureStateQueue::BLOCK_UNTIL_PUSHED); in RecordThread()8402 FastCaptureStateQueue *sq = mFastCapture->sq(); in ~RecordThread()8414 sq->push(FastCaptureStateQueue::BLOCK_UNTIL_PUSHED); in ~RecordThread()8663 FastCaptureStateQueue *sq = mFastCapture->sq(); in threadLoop()8666 FastCaptureStateQueue::block_t block = FastCaptureStateQueue::BLOCK_UNTIL_PUSHED; in threadLoop()8689 block = FastCaptureStateQueue::BLOCK_UNTIL_ACKED; in threadLoop()9055 FastCaptureStateQueue *sq = mFastCapture->sq(); in inputStandBy()9066 sq->push(FastCaptureStateQueue::BLOCK_UNTIL_ACKED); in inputStandBy()