Searched refs:initFastMixer (Results 1 – 1 of 1) sorted by relevance
4378 bool initFastMixer; in MixerThread() local4381 initFastMixer = false; in MixerThread()4384 initFastMixer = true; in MixerThread()4392 initFastMixer = mFrameCount < mNormalFrameCount in MixerThread()4396 ALOGW_IF(initFastMixer == false && mFrameCount < mNormalFrameCount, in MixerThread()4399 if (initFastMixer) { in MixerThread()4515 mNormalSink = initFastMixer ? mPipeSink : mOutputSink; in MixerThread()