Home | History | Annotate | Download | only in audioflinger

Lines Matching defs:sq

28             auto sq = mFastThread->sq();
29 FastThreadState *state = sq->begin();
33 sq->end();
34 sq->push(sq->BLOCK_UNTIL_ACKED);
36 sq->end(false /*didModify*/);
46 auto sq = mFastThread->sq();
47 FastThreadState *state = sq->begin();
50 sq->end();
51 sq->push(sq->BLOCK_UNTIL_PUSHED);