Searched refs:initFastMixer (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/services/audioflinger/
H A DThreads.cpp3467 bool initFastMixer; local
3470 initFastMixer = false;
3473 initFastMixer = true;
3477 initFastMixer = mFrameCount < mNormalFrameCount;
3480 if (initFastMixer) {
3600 mNormalSink = initFastMixer ? mPipeSink : mOutputSink;

Completed in 137 milliseconds