Searched refs:FastMixerStateQueue (Results 1 – 3 of 3) sorted by relevance
32 typedef StateQueue<FastMixerState> FastMixerStateQueue; typedef42 FastMixerStateQueue* sq();51 FastMixerStateQueue mSQ;
4307 FastMixerStateQueue *sq = mFastMixer->sq(); in MixerThread()4342 sq->push(FastMixerStateQueue::BLOCK_UNTIL_PUSHED); in MixerThread()4388 FastMixerStateQueue *sq = mFastMixer->sq(); in ~MixerThread()4398 sq->push(FastMixerStateQueue::BLOCK_UNTIL_PUSHED); in ~MixerThread()4437 FastMixerStateQueue *sq = mFastMixer->sq(); in threadLoop_write()4464 sq->push(FastMixerStateQueue::BLOCK_UNTIL_PUSHED); in threadLoop_write()4479 FastMixerStateQueue *sq = mFastMixer->sq(); in threadLoop_standby()4497 sq->push(FastMixerStateQueue::BLOCK_UNTIL_ACKED); in threadLoop_standby()4664 FastMixerStateQueue *sq = NULL; in prepareTracks_l()4667 FastMixerStateQueue::block_t block = FastMixerStateQueue::BLOCK_UNTIL_PUSHED; in prepareTracks_l()[all …]
99 FastMixerStateQueue* FastMixer::sq() in sq()