Searched refs:FastMixerStateQueue (Results 1 – 3 of 3) sorted by relevance
30 typedef StateQueue<FastMixerState> FastMixerStateQueue; typedef38 FastMixerStateQueue* sq();45 FastMixerStateQueue mSQ;
3705 FastMixerStateQueue *sq = mFastMixer->sq(); in MixerThread()3736 sq->push(FastMixerStateQueue::BLOCK_UNTIL_PUSHED); in MixerThread()3772 FastMixerStateQueue *sq = mFastMixer->sq(); in ~MixerThread()3782 sq->push(FastMixerStateQueue::BLOCK_UNTIL_PUSHED); in ~MixerThread()3827 FastMixerStateQueue *sq = mFastMixer->sq(); in threadLoop_write()3854 sq->push(FastMixerStateQueue::BLOCK_UNTIL_PUSHED); in threadLoop_write()3869 FastMixerStateQueue *sq = mFastMixer->sq(); in threadLoop_standby()3887 sq->push(FastMixerStateQueue::BLOCK_UNTIL_ACKED); in threadLoop_standby()4031 FastMixerStateQueue *sq = NULL; in prepareTracks_l()4034 FastMixerStateQueue::block_t block = FastMixerStateQueue::BLOCK_UNTIL_PUSHED; in prepareTracks_l()[all …]
94 FastMixerStateQueue* FastMixer::sq() in sq()