Home
last modified time | relevance | path

Searched refs:FastCaptureStateQueue (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/services/audioflinger/
DFastCapture.h27 typedef StateQueue<FastCaptureState> FastCaptureStateQueue; typedef
35 FastCaptureStateQueue* sq();
38 FastCaptureStateQueue mSQ;
DFastCapture.cpp50 FastCaptureStateQueue* FastCapture::sq() in sq()
DThreads.cpp6049 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()