Home
last modified time | relevance | path

Searched refs:mIsWarm (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/services/audioflinger/
DFastThread.cpp64 mIsWarm(false), in FastThread()
182 mIsWarm = false; in threadLoop()
243 if (!mIsWarm && mAttemptedWrite) { in threadLoop()
260 mIsWarm = true; in threadLoop()
266 if (mIsWarm) { in threadLoop()
295 if (mIsWarm) { in threadLoop()
DFastThread.h79 bool mIsWarm; // true means ready to mix, variable
DFastMixer.cpp331 if (mIsWarm) { in onWork()
341 if ((command & FastMixerState::MIX) && (mMixer != NULL) && mIsWarm) { in onWork()