OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SYSTEM_TIME_MONOTONIC
(Results
1 - 2
of
2
) sorted by null
/system/core/include/utils/
Timers.h
79
SYSTEM_TIME_MONOTONIC
= 1, // monotonic time since unspecified starting point
82
SYSTEM_TIME_BOOTTIME = 4 // same as
SYSTEM_TIME_MONOTONIC
, but including CPU suspend time
87
nsecs_t systemTime(int clock =
SYSTEM_TIME_MONOTONIC
);
/frameworks/rs/
rsCppUtils.h
151
SYSTEM_TIME_MONOTONIC
= 1, // monotonic time since unspecified starting point
Completed in 243 milliseconds