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

  /frameworks/av/services/audioflinger/
FastThreadState.h 37 COLD_IDLE = 2, // wait for the futex
38 IDLE = 3, // either HOT_IDLE or COLD_IDLE
42 int32_t* mColdFutexAddr; // for COLD_IDLE only, pointer to the associated futex
43 unsigned mColdGen; // increment when COLD_IDLE is requested so it's only performed once
FastThread.cpp 151 case FastThreadState::COLD_IDLE:
153 // FIXME consider checking previous state and only perform if previous != COLD_IDLE
Threads.cpp     [all...]
FastMixer.cpp 525 case FastMixerState::COLD_IDLE:
526 strcpy(string, "COLD_IDLE");

Completed in 745 milliseconds