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()
6329 FastCaptureStateQueue *sq = mFastCapture->sq(); in RecordThread()6352 sq->push(FastCaptureStateQueue::BLOCK_UNTIL_PUSHED); in RecordThread()6373 FastCaptureStateQueue *sq = mFastCapture->sq(); in ~RecordThread()6383 sq->push(FastCaptureStateQueue::BLOCK_UNTIL_PUSHED); in ~RecordThread()6564 FastCaptureStateQueue *sq = mFastCapture->sq(); in threadLoop()6567 FastCaptureStateQueue::block_t block = FastCaptureStateQueue::BLOCK_UNTIL_PUSHED; in threadLoop()6590 block = FastCaptureStateQueue::BLOCK_UNTIL_ACKED; in threadLoop()6874 FastCaptureStateQueue *sq = mFastCapture->sq(); in inputStandBy()6883 sq->push(FastCaptureStateQueue::BLOCK_UNTIL_ACKED); in inputStandBy()