Lines Matching refs:sq
4307 FastMixerStateQueue *sq = mFastMixer->sq(); in MixerThread() local
4309 sq->setObserverDump(&mStateQueueObserverDump); in MixerThread()
4310 sq->setMutatorDump(&mStateQueueMutatorDump); in MixerThread()
4312 FastMixerState *state = sq->begin(); in MixerThread()
4341 sq->end(); in MixerThread()
4342 sq->push(FastMixerStateQueue::BLOCK_UNTIL_PUSHED); in MixerThread()
4388 FastMixerStateQueue *sq = mFastMixer->sq(); in ~MixerThread() local
4389 FastMixerState *state = sq->begin(); in ~MixerThread()
4397 sq->end(); in ~MixerThread()
4398 sq->push(FastMixerStateQueue::BLOCK_UNTIL_PUSHED); in ~MixerThread()
4403 state = sq->begin(); in ~MixerThread()
4408 sq->end(false /*didModify*/); in ~MixerThread()
4437 FastMixerStateQueue *sq = mFastMixer->sq(); in threadLoop_write() local
4438 FastMixerState *state = sq->begin(); in threadLoop_write()
4463 sq->end(); in threadLoop_write()
4464 sq->push(FastMixerStateQueue::BLOCK_UNTIL_PUSHED); in threadLoop_write()
4469 sq->end(false /*didModify*/); in threadLoop_write()
4479 FastMixerStateQueue *sq = mFastMixer->sq(); in threadLoop_standby() local
4480 FastMixerState *state = sq->begin(); in threadLoop_standby()
4495 sq->end(); in threadLoop_standby()
4497 sq->push(FastMixerStateQueue::BLOCK_UNTIL_ACKED); in threadLoop_standby()
4507 sq->end(false /*didModify*/); in threadLoop_standby()
4664 FastMixerStateQueue *sq = NULL; in prepareTracks_l() local
4670 sq = mFastMixer->sq(); in prepareTracks_l()
4671 state = sq->begin(); in prepareTracks_l()
5241 if (mHapticChannelMask != AUDIO_CHANNEL_NONE && sq != NULL) { in prepareTracks_l()
5272 if (sq != NULL) { in prepareTracks_l()
5273 sq->end(didModify); in prepareTracks_l()
5282 sq->push(coldIdle ? FastMixerStateQueue::BLOCK_NEVER : block); in prepareTracks_l()
6812 FastCaptureStateQueue *sq = mFastCapture->sq(); in RecordThread() local
6816 FastCaptureState *state = sq->begin(); in RecordThread()
6834 sq->end(); in RecordThread()
6835 sq->push(FastCaptureStateQueue::BLOCK_UNTIL_PUSHED); in RecordThread()
6860 FastCaptureStateQueue *sq = mFastCapture->sq(); in ~RecordThread() local
6861 FastCaptureState *state = sq->begin(); in ~RecordThread()
6869 sq->end(); in ~RecordThread()
6870 sq->push(FastCaptureStateQueue::BLOCK_UNTIL_PUSHED); in ~RecordThread()
7054 FastCaptureStateQueue *sq = mFastCapture->sq(); in threadLoop() local
7055 FastCaptureState *state = sq->begin(); in threadLoop()
7092 sq->end(didModify); in threadLoop()
7094 sq->push(block); in threadLoop()
7443 FastCaptureStateQueue *sq = mFastCapture->sq(); in inputStandBy() local
7444 FastCaptureState *state = sq->begin(); in inputStandBy()
7450 sq->end(); in inputStandBy()
7452 sq->push(FastCaptureStateQueue::BLOCK_UNTIL_ACKED); in inputStandBy()
7462 sq->end(false /*didModify*/); in inputStandBy()