Lines Matching refs:FastMixerStateQueue

3083         FastMixerStateQueue *sq = mFastMixer->sq();  in createAudioPatch_l()
3089 sq->push(FastMixerStateQueue::BLOCK_UNTIL_ACKED); in createAudioPatch_l()
3098 FastMixerStateQueue *sq = mFastMixer->sq(); in createAudioPatch_l()
3103 sq->push(FastMixerStateQueue::BLOCK_UNTIL_PUSHED); in createAudioPatch_l()
3190 FastMixerStateQueue *sq = mFastMixer->sq(); in releaseAudioPatch_l()
3196 sq->push(FastMixerStateQueue::BLOCK_UNTIL_ACKED); in releaseAudioPatch_l()
3206 FastMixerStateQueue *sq = mFastMixer->sq(); in releaseAudioPatch_l()
3211 sq->push(FastMixerStateQueue::BLOCK_UNTIL_PUSHED); in releaseAudioPatch_l()
3356 FastMixerStateQueue *sq = mFastMixer->sq(); in MixerThread()
3387 sq->push(FastMixerStateQueue::BLOCK_UNTIL_PUSHED); in MixerThread()
3422 FastMixerStateQueue *sq = mFastMixer->sq(); in ~MixerThread()
3432 sq->push(FastMixerStateQueue::BLOCK_UNTIL_PUSHED); in ~MixerThread()
3477 FastMixerStateQueue *sq = mFastMixer->sq(); in threadLoop_write()
3498 sq->push(FastMixerStateQueue::BLOCK_UNTIL_PUSHED); in threadLoop_write()
3513 FastMixerStateQueue *sq = mFastMixer->sq(); in threadLoop_standby()
3522 sq->push(FastMixerStateQueue::BLOCK_UNTIL_ACKED); in threadLoop_standby()
3673 FastMixerStateQueue *sq = NULL; in prepareTracks_l()
3676 FastMixerStateQueue::block_t block = FastMixerStateQueue::BLOCK_UNTIL_PUSHED; in prepareTracks_l()
3833 block = FastMixerStateQueue::BLOCK_UNTIL_ACKED; in prepareTracks_l()
4156 block = FastMixerStateQueue::BLOCK_UNTIL_ACKED; in prepareTracks_l()
4251 FastMixerStateQueue *sq = mFastMixer->sq(); in checkForNewParameter_l()
4257 sq->push(FastMixerStateQueue::BLOCK_UNTIL_ACKED); in checkForNewParameter_l()
4356 FastMixerStateQueue *sq = mFastMixer->sq(); in checkForNewParameter_l()
4361 sq->push(FastMixerStateQueue::BLOCK_UNTIL_PUSHED); in checkForNewParameter_l()