Lines Matching refs:FastMixerStateQueue
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()
3361 block = FastMixerStateQueue::BLOCK_UNTIL_ACKED; in prepareTracks_l()
3663 block = FastMixerStateQueue::BLOCK_UNTIL_ACKED; in prepareTracks_l()
3758 FastMixerStateQueue *sq = mFastMixer->sq(); in checkForNewParameter_l()
3764 sq->push(FastMixerStateQueue::BLOCK_UNTIL_ACKED); in checkForNewParameter_l()
3863 FastMixerStateQueue *sq = mFastMixer->sq(); in checkForNewParameter_l()
3868 sq->push(FastMixerStateQueue::BLOCK_UNTIL_PUSHED); in checkForNewParameter_l()