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

  /frameworks/av/services/audioflinger/
FastThread.cpp 63 mIsWarm(false),
177 mIsWarm = false;
239 if (!mIsWarm && mAttemptedWrite) {
256 mIsWarm = true;
262 if (mIsWarm) {
291 if (mIsWarm) {
FastThread.h 79 bool mIsWarm; // true means ready to mix,
FastMixer.cpp 338 if ((command & FastMixerState::MIX) && (mMixer != NULL) && mIsWarm) {

Completed in 73 milliseconds