Lines Matching refs:sq
2137 FastMixerStateQueue *sq = mFastMixer->sq();
2139 sq->setObserverDump(&mStateQueueObserverDump);
2140 sq->setMutatorDump(&mStateQueueMutatorDump);
2142 FastMixerState *state = sq->begin();
2165 sq->end();
2166 sq->push(FastMixerStateQueue::BLOCK_UNTIL_PUSHED);
2211 FastMixerStateQueue *sq = mFastMixer->sq();
2212 FastMixerState *state = sq->begin();
2220 sq->end();
2221 sq->push(FastMixerStateQueue::BLOCK_UNTIL_PUSHED);
2226 state = sq->begin();
2231 sq->end(false /*didModify*/);
2266 FastMixerStateQueue *sq = mFastMixer->sq();
2267 FastMixerState *state = sq->begin();
2282 sq->end();
2283 sq->push(FastMixerStateQueue::BLOCK_UNTIL_PUSHED);
2288 sq->end(false /*didModify*/);
2298 FastMixerStateQueue *sq = mFastMixer->sq();
2299 FastMixerState *state = sq->begin();
2305 sq->end();
2307 sq->push(FastMixerStateQueue::BLOCK_UNTIL_ACKED);
2317 sq->end(false /*didModify*/);
2419 FastMixerStateQueue *sq = NULL;
2424 sq = mFastMixer->sq();
2425 state = sq->begin();
2839 if (sq != NULL) {
2840 sq->end(didModify);
2841 sq->push(block);
2923 FastMixerStateQueue *sq = mFastMixer->sq();
2924 FastMixerState *state = sq->begin();
2928 sq->end();
2929 sq->push(FastMixerStateQueue::BLOCK_UNTIL_ACKED);
2931 sq->end(false /*didModify*/);
3039 FastMixerStateQueue *sq = mFastMixer->sq();
3040 FastMixerState *state = sq->begin();
3043 sq->end();
3044 sq->push(FastMixerStateQueue::BLOCK_UNTIL_PUSHED);