OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HOT_IDLE
(Results
1 - 4
of
4
) sorted by null
/frameworks/av/services/audioflinger/
AutoPark.h
26
mPreviousCommand = FastThreadState::
HOT_IDLE
;
32
state->mCommand = FastThreadState::
HOT_IDLE
;
48
ALOG_ASSERT(state->mCommand == FastThreadState::
HOT_IDLE
);
FastThreadState.cpp
37
case FastThreadState::
HOT_IDLE
: return "
HOT_IDLE
";
FastThreadState.h
36
HOT_IDLE
= 1, // do nothing
38
IDLE = 3, // either
HOT_IDLE
or COLD_IDLE
FastThread.cpp
158
case FastThreadState::
HOT_IDLE
:
Completed in 209 milliseconds