Searched refs:SYSTEM_TIME_MONOTONIC (Results 1 – 7 of 7) sorted by relevance
47 int64_t when = systemTime(SYSTEM_TIME_MONOTONIC); in uptimeMillis()149 timestamp = systemTime(SYSTEM_TIME_MONOTONIC); in elapsedRealtimeNano()154 return systemTime(SYSTEM_TIME_MONOTONIC); in elapsedRealtimeNano()
230 nsecs_t now = systemTime(SYSTEM_TIME_MONOTONIC); in pollInner()319 nsecs_t now = systemTime(SYSTEM_TIME_MONOTONIC); in pollInner()389 nsecs_t endTime = systemTime(SYSTEM_TIME_MONOTONIC) in pollAll()398 nsecs_t now = systemTime(SYSTEM_TIME_MONOTONIC); in pollAll()587 nsecs_t now = systemTime(SYSTEM_TIME_MONOTONIC); in sendMessage()593 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()