Searched refs:FastMixerStateQueue (Results 1 – 3 of 3) sorted by relevance
33 typedef StateQueue<FastMixerState> FastMixerStateQueue; typedef41 FastMixerStateQueue* sq();44 FastMixerStateQueue mSQ;
2878 FastMixerStateQueue *sq = mFastMixer->sq(); in MixerThread()2909 sq->push(FastMixerStateQueue::BLOCK_UNTIL_PUSHED); in MixerThread()2952 FastMixerStateQueue *sq = mFastMixer->sq(); in ~MixerThread()2962 sq->push(FastMixerStateQueue::BLOCK_UNTIL_PUSHED); in ~MixerThread()3007 FastMixerStateQueue *sq = mFastMixer->sq(); in threadLoop_write()3026 sq->push(FastMixerStateQueue::BLOCK_UNTIL_PUSHED); in threadLoop_write()3041 FastMixerStateQueue *sq = mFastMixer->sq(); in threadLoop_standby()3050 sq->push(FastMixerStateQueue::BLOCK_UNTIL_ACKED); in threadLoop_standby()3201 FastMixerStateQueue *sq = NULL; in prepareTracks_l()3204 FastMixerStateQueue::block_t block = FastMixerStateQueue::BLOCK_UNTIL_PUSHED; in prepareTracks_l()[all …]
94 FastMixerStateQueue* FastMixer::sq() in sq()