Lines Matching refs:sq
4442 FastMixerStateQueue *sq = mFastMixer->sq(); in MixerThread() local
4444 sq->setObserverDump(&mStateQueueObserverDump); in MixerThread()
4445 sq->setMutatorDump(&mStateQueueMutatorDump); in MixerThread()
4447 FastMixerState *state = sq->begin(); in MixerThread()
4476 sq->end(); in MixerThread()
4477 sq->push(FastMixerStateQueue::BLOCK_UNTIL_PUSHED); in MixerThread()
4523 FastMixerStateQueue *sq = mFastMixer->sq(); in ~MixerThread() local
4524 FastMixerState *state = sq->begin(); in ~MixerThread()
4532 sq->end(); in ~MixerThread()
4533 sq->push(FastMixerStateQueue::BLOCK_UNTIL_PUSHED); in ~MixerThread()
4538 state = sq->begin(); in ~MixerThread()
4543 sq->end(false /*didModify*/); in ~MixerThread()
4572 FastMixerStateQueue *sq = mFastMixer->sq(); in threadLoop_write() local
4573 FastMixerState *state = sq->begin(); in threadLoop_write()
4598 sq->end(); in threadLoop_write()
4599 sq->push(FastMixerStateQueue::BLOCK_UNTIL_PUSHED); in threadLoop_write()
4604 sq->end(false /*didModify*/); in threadLoop_write()
4614 FastMixerStateQueue *sq = mFastMixer->sq(); in threadLoop_standby() local
4615 FastMixerState *state = sq->begin(); in threadLoop_standby()
4630 sq->end(); in threadLoop_standby()
4632 sq->push(FastMixerStateQueue::BLOCK_UNTIL_ACKED); in threadLoop_standby()
4642 sq->end(false /*didModify*/); in threadLoop_standby()
4799 FastMixerStateQueue *sq = NULL; in prepareTracks_l() local
4805 sq = mFastMixer->sq(); in prepareTracks_l()
4806 state = sq->begin(); in prepareTracks_l()
5391 if (mHapticChannelMask != AUDIO_CHANNEL_NONE && sq != NULL) { in prepareTracks_l()
5422 if (sq != NULL) { in prepareTracks_l()
5423 sq->end(didModify); in prepareTracks_l()
5432 sq->push(coldIdle ? FastMixerStateQueue::BLOCK_NEVER : block); in prepareTracks_l()
6967 FastCaptureStateQueue *sq = mFastCapture->sq(); in RecordThread() local
6971 FastCaptureState *state = sq->begin(); in RecordThread()
6989 sq->end(); in RecordThread()
6990 sq->push(FastCaptureStateQueue::BLOCK_UNTIL_PUSHED); in RecordThread()
7015 FastCaptureStateQueue *sq = mFastCapture->sq(); in ~RecordThread() local
7016 FastCaptureState *state = sq->begin(); in ~RecordThread()
7024 sq->end(); in ~RecordThread()
7025 sq->push(FastCaptureStateQueue::BLOCK_UNTIL_PUSHED); in ~RecordThread()
7233 FastCaptureStateQueue *sq = mFastCapture->sq(); in threadLoop() local
7234 FastCaptureState *state = sq->begin(); in threadLoop()
7275 sq->end(didModify); in threadLoop()
7277 sq->push(block); in threadLoop()
7629 FastCaptureStateQueue *sq = mFastCapture->sq(); in inputStandBy() local
7630 FastCaptureState *state = sq->begin(); in inputStandBy()
7636 sq->end(); in inputStandBy()
7638 sq->push(FastCaptureStateQueue::BLOCK_UNTIL_ACKED); in inputStandBy()
7648 sq->end(false /*didModify*/); in inputStandBy()