Searched refs:SYSTEM_TIME_MONOTONIC (Results 1 – 7 of 7) sorted by relevance
48 int64_t when = systemTime(SYSTEM_TIME_MONOTONIC); in uptimeMillis()150 timestamp = systemTime(SYSTEM_TIME_MONOTONIC); in elapsedRealtimeNano()155 return systemTime(SYSTEM_TIME_MONOTONIC); in elapsedRealtimeNano()
227 nsecs_t now = systemTime(SYSTEM_TIME_MONOTONIC); in pollInner()316 nsecs_t now = systemTime(SYSTEM_TIME_MONOTONIC); in pollInner()386 nsecs_t endTime = systemTime(SYSTEM_TIME_MONOTONIC) in pollAll()395 nsecs_t now = systemTime(SYSTEM_TIME_MONOTONIC); in pollAll()584 nsecs_t now = systemTime(SYSTEM_TIME_MONOTONIC); in sendMessage()590 nsecs_t now = systemTime(SYSTEM_TIME_MONOTONIC); in sendMessageDelayed()
132 nsecs_t startTime = systemTime(SYSTEM_TIME_MONOTONIC); in load()137 nsecs_t elapsedTime = systemTime(SYSTEM_TIME_MONOTONIC) - startTime; in load()
46 nsecs_t now = systemTime(SYSTEM_TIME_MONOTONIC); in BlobCache()
81 SYSTEM_TIME_MONOTONIC = 1, // monotonic time since unspecified starting point enumerator89 nsecs_t systemTime(int clock = SYSTEM_TIME_MONOTONIC);
33 int clock = SYSTEM_TIME_MONOTONIC,
561 nsecs_t now = systemTime(SYSTEM_TIME_MONOTONIC); in TEST_F()598 nsecs_t now = systemTime(SYSTEM_TIME_MONOTONIC); in TEST_F()617 nsecs_t now = systemTime(SYSTEM_TIME_MONOTONIC); in TEST_F()