Searched refs:FastMixerStateQueue (Results 1 – 3 of 3) sorted by relevance
30 typedef StateQueue<FastMixerState> FastMixerStateQueue; typedef38 FastMixerStateQueue* sq();45 FastMixerStateQueue mSQ;
3730 FastMixerStateQueue *sq = mFastMixer->sq(); in MixerThread()3761 sq->push(FastMixerStateQueue::BLOCK_UNTIL_PUSHED); in MixerThread()3796 FastMixerStateQueue *sq = mFastMixer->sq(); in ~MixerThread()3806 sq->push(FastMixerStateQueue::BLOCK_UNTIL_PUSHED); in ~MixerThread()3851 FastMixerStateQueue *sq = mFastMixer->sq(); in threadLoop_write()3878 sq->push(FastMixerStateQueue::BLOCK_UNTIL_PUSHED); in threadLoop_write()3893 FastMixerStateQueue *sq = mFastMixer->sq(); in threadLoop_standby()3902 sq->push(FastMixerStateQueue::BLOCK_UNTIL_ACKED); in threadLoop_standby()4046 FastMixerStateQueue *sq = NULL; in prepareTracks_l()4049 FastMixerStateQueue::block_t block = FastMixerStateQueue::BLOCK_UNTIL_PUSHED; in prepareTracks_l()[all …]
94 FastMixerStateQueue* FastMixer::sq() in sq()