HomeSort by relevance Sort by last modified time
    Searched refs:mIsWarm (Results 1 - 3 of 3) sorted by null

  /frameworks/av/services/audioflinger/
FastThread.h 79 bool mIsWarm; // true means ready to mix,
FastThread.cpp 62 mIsWarm(false),
172 mIsWarm = false;
234 if (!mIsWarm && mAttemptedWrite) {
251 mIsWarm = true;
257 if (mIsWarm) {
286 if (mIsWarm) {
FastMixer.cpp 335 if ((command & FastMixerState::MIX) && (mMixer != NULL) && mIsWarm) {

Completed in 86 milliseconds