HomeSort by relevance Sort by last modified time
    Searched defs:SYSTEM_TIME_MONOTONIC (Results 1 - 2 of 2) sorted by null

  /system/core/libutils/include/utils/
Timers.h 81 SYSTEM_TIME_MONOTONIC = 1, // monotonic time since unspecified starting point
84 SYSTEM_TIME_BOOTTIME = 4 // same as SYSTEM_TIME_MONOTONIC, but including CPU suspend time
89 nsecs_t systemTime(int clock = SYSTEM_TIME_MONOTONIC);
  /frameworks/rs/
rsCppUtils.h 64 SYSTEM_TIME_MONOTONIC = 1, // monotonic time since unspecified starting point

Completed in 87 milliseconds