Searched defs:SYSTEM_TIME_MONOTONIC (Results 1 - 2 of 2) sorted by relevance

/system/core/include/utils/
H A DTimers.h81 SYSTEM_TIME_MONOTONIC = 1, // monotonic time since unspecified starting point enumerator in enum:__anon1488
84 SYSTEM_TIME_BOOTTIME = 4 // same as SYSTEM_TIME_MONOTONIC, but including CPU suspend time
89 nsecs_t systemTime(int clock = SYSTEM_TIME_MONOTONIC);
/system/core/libutils/include/utils/
H A DTimers.h81 SYSTEM_TIME_MONOTONIC = 1, // monotonic time since unspecified starting point enumerator in enum:__anon1666
84 SYSTEM_TIME_BOOTTIME = 4 // same as SYSTEM_TIME_MONOTONIC, but including CPU suspend time
89 nsecs_t systemTime(int clock = SYSTEM_TIME_MONOTONIC);

Completed in 728 milliseconds