Lines Matching refs:sq
2878 FastMixerStateQueue *sq = mFastMixer->sq(); in MixerThread() local
2880 sq->setObserverDump(&mStateQueueObserverDump); in MixerThread()
2881 sq->setMutatorDump(&mStateQueueMutatorDump); in MixerThread()
2883 FastMixerState *state = sq->begin(); in MixerThread()
2908 sq->end(); in MixerThread()
2909 sq->push(FastMixerStateQueue::BLOCK_UNTIL_PUSHED); in MixerThread()
2952 FastMixerStateQueue *sq = mFastMixer->sq(); in ~MixerThread() local
2953 FastMixerState *state = sq->begin(); in ~MixerThread()
2961 sq->end(); in ~MixerThread()
2962 sq->push(FastMixerStateQueue::BLOCK_UNTIL_PUSHED); in ~MixerThread()
2967 state = sq->begin(); in ~MixerThread()
2972 sq->end(false /*didModify*/); in ~MixerThread()
3007 FastMixerStateQueue *sq = mFastMixer->sq(); in threadLoop_write() local
3008 FastMixerState *state = sq->begin(); in threadLoop_write()
3025 sq->end(); in threadLoop_write()
3026 sq->push(FastMixerStateQueue::BLOCK_UNTIL_PUSHED); in threadLoop_write()
3031 sq->end(false /*didModify*/); in threadLoop_write()
3041 FastMixerStateQueue *sq = mFastMixer->sq(); in threadLoop_standby() local
3042 FastMixerState *state = sq->begin(); in threadLoop_standby()
3048 sq->end(); in threadLoop_standby()
3050 sq->push(FastMixerStateQueue::BLOCK_UNTIL_ACKED); in threadLoop_standby()
3060 sq->end(false /*didModify*/); in threadLoop_standby()
3201 FastMixerStateQueue *sq = NULL; in prepareTracks_l() local
3206 sq = mFastMixer->sq(); in prepareTracks_l()
3207 state = sq->begin(); in prepareTracks_l()
3667 if (sq != NULL) { in prepareTracks_l()
3668 sq->end(didModify); in prepareTracks_l()
3669 sq->push(block); in prepareTracks_l()
3758 FastMixerStateQueue *sq = mFastMixer->sq(); in checkForNewParameter_l() local
3759 FastMixerState *state = sq->begin(); in checkForNewParameter_l()
3763 sq->end(); in checkForNewParameter_l()
3764 sq->push(FastMixerStateQueue::BLOCK_UNTIL_ACKED); in checkForNewParameter_l()
3766 sq->end(false /*didModify*/); in checkForNewParameter_l()
3863 FastMixerStateQueue *sq = mFastMixer->sq(); in checkForNewParameter_l() local
3864 FastMixerState *state = sq->begin(); in checkForNewParameter_l()
3867 sq->end(); in checkForNewParameter_l()
3868 sq->push(FastMixerStateQueue::BLOCK_UNTIL_PUSHED); in checkForNewParameter_l()
5027 FastCaptureStateQueue *sq = mFastCapture->sq(); in RecordThread() local
5031 FastCaptureState *state = sq->begin(); in RecordThread()
5049 sq->end(); in RecordThread()
5050 sq->push(FastCaptureStateQueue::BLOCK_UNTIL_PUSHED); in RecordThread()
5076 FastCaptureStateQueue *sq = mFastCapture->sq(); in ~RecordThread() local
5077 FastCaptureState *state = sq->begin(); in ~RecordThread()
5085 sq->end(); in ~RecordThread()
5086 sq->push(FastCaptureStateQueue::BLOCK_UNTIL_PUSHED); in ~RecordThread()
5267 FastCaptureStateQueue *sq = mFastCapture->sq(); in threadLoop() local
5268 FastCaptureState *state = sq->begin(); in threadLoop()
5296 sq->end(didModify); in threadLoop()
5298 sq->push(block); in threadLoop()
5606 FastCaptureStateQueue *sq = mFastCapture->sq(); in inputStandBy() local
5607 FastCaptureState *state = sq->begin(); in inputStandBy()
5613 sq->end(); in inputStandBy()
5615 sq->push(FastCaptureStateQueue::BLOCK_UNTIL_ACKED); in inputStandBy()
5625 sq->end(false /*didModify*/); in inputStandBy()