Searched refs:FastMixerStateQueue (Results 1 – 3 of 3) sorted by relevance
30 typedef StateQueue<FastMixerState> FastMixerStateQueue; typedef38 FastMixerStateQueue* sq();45 FastMixerStateQueue mSQ;
3542 FastMixerStateQueue *sq = mFastMixer->sq(); in MixerThread()3573 sq->push(FastMixerStateQueue::BLOCK_UNTIL_PUSHED); in MixerThread()3608 FastMixerStateQueue *sq = mFastMixer->sq(); in ~MixerThread()3618 sq->push(FastMixerStateQueue::BLOCK_UNTIL_PUSHED); in ~MixerThread()3663 FastMixerStateQueue *sq = mFastMixer->sq(); in threadLoop_write()3690 sq->push(FastMixerStateQueue::BLOCK_UNTIL_PUSHED); in threadLoop_write()3705 FastMixerStateQueue *sq = mFastMixer->sq(); in threadLoop_standby()3714 sq->push(FastMixerStateQueue::BLOCK_UNTIL_ACKED); in threadLoop_standby()3851 FastMixerStateQueue *sq = NULL; in prepareTracks_l()3854 FastMixerStateQueue::block_t block = FastMixerStateQueue::BLOCK_UNTIL_PUSHED; in prepareTracks_l()[all …]
94 FastMixerStateQueue* FastMixer::sq() in sq()