Searched refs:initFastMixer (Results 1 – 1 of 1) sorted by relevance
3822 bool initFastMixer; in MixerThread() local3825 initFastMixer = false; in MixerThread()3828 initFastMixer = true; in MixerThread()3836 initFastMixer = mFrameCount < mNormalFrameCount in MixerThread()3840 ALOGW_IF(initFastMixer == false && mFrameCount < mNormalFrameCount, in MixerThread()3843 if (initFastMixer) { in MixerThread()3964 mNormalSink = initFastMixer ? mPipeSink : mOutputSink; in MixerThread()