Searched refs:FastMixerStateQueue (Results 1 – 3 of 3) sorted by relevance
32 typedef StateQueue<FastMixerState> FastMixerStateQueue; typedef42 FastMixerStateQueue* sq();51 FastMixerStateQueue mSQ;
107 FastMixerStateQueue* FastMixer::sq() in sq()
4553 FastMixerStateQueue *sq = mFastMixer->sq(); in MixerThread()4590 sq->push(FastMixerStateQueue::BLOCK_UNTIL_PUSHED); in MixerThread()4636 FastMixerStateQueue *sq = mFastMixer->sq(); in ~MixerThread()4646 sq->push(FastMixerStateQueue::BLOCK_UNTIL_PUSHED); in ~MixerThread()4685 FastMixerStateQueue *sq = mFastMixer->sq(); in threadLoop_write()4712 sq->push(FastMixerStateQueue::BLOCK_UNTIL_PUSHED); in threadLoop_write()4727 FastMixerStateQueue *sq = mFastMixer->sq(); in threadLoop_standby()4745 sq->push(FastMixerStateQueue::BLOCK_UNTIL_ACKED); in threadLoop_standby()4912 FastMixerStateQueue *sq = NULL; in prepareTracks_l()4915 FastMixerStateQueue::block_t block = FastMixerStateQueue::BLOCK_UNTIL_PUSHED; in prepareTracks_l()[all …]