Searched refs:FastMixerStateQueue (Results 1 – 3 of 3) sorted by relevance
32 typedef StateQueue<FastMixerState> FastMixerStateQueue; typedef42 FastMixerStateQueue* sq();51 FastMixerStateQueue mSQ;
98 FastMixerStateQueue* FastMixer::sq() in sq()
4442 FastMixerStateQueue *sq = mFastMixer->sq(); in MixerThread()4477 sq->push(FastMixerStateQueue::BLOCK_UNTIL_PUSHED); in MixerThread()4523 FastMixerStateQueue *sq = mFastMixer->sq(); in ~MixerThread()4533 sq->push(FastMixerStateQueue::BLOCK_UNTIL_PUSHED); in ~MixerThread()4572 FastMixerStateQueue *sq = mFastMixer->sq(); in threadLoop_write()4599 sq->push(FastMixerStateQueue::BLOCK_UNTIL_PUSHED); in threadLoop_write()4614 FastMixerStateQueue *sq = mFastMixer->sq(); in threadLoop_standby()4632 sq->push(FastMixerStateQueue::BLOCK_UNTIL_ACKED); in threadLoop_standby()4799 FastMixerStateQueue *sq = NULL; in prepareTracks_l()4802 FastMixerStateQueue::block_t block = FastMixerStateQueue::BLOCK_UNTIL_PUSHED; in prepareTracks_l()[all …]