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

  /frameworks/av/services/audioflinger/
FastMixerState.h 68 COLD_IDLE = 2, // wait for the futex
69 IDLE = 3, // either HOT_IDLE or COLD_IDLE
76 int32_t* mColdFutexAddr; // for COLD_IDLE only, pointer to the associated futex
77 unsigned mColdGen; // increment when COLD_IDLE is requested so it's only performed once
FastMixer.cpp 163 case FastMixerState::COLD_IDLE:
165 // FIXME consider checking previous state and only perform if previous != COLD_IDLE
659 case FastMixerState::COLD_IDLE:
660 strcpy(string, "COLD_IDLE");
    [all...]
Threads.cpp     [all...]

Completed in 1366 milliseconds