Searched refs:SYSTEM_TIME_MONOTONIC (Results 1 – 9 of 9) sorted by relevance
42 int64_t when = systemTime(SYSTEM_TIME_MONOTONIC); in uptimeMillis()70 return systemTime(SYSTEM_TIME_MONOTONIC); in elapsedRealtimeNano()
24 systemTime(SYSTEM_TIME_MONOTONIC); in TEST()
218 nsecs_t now = systemTime(SYSTEM_TIME_MONOTONIC); in pollInner()307 nsecs_t now = systemTime(SYSTEM_TIME_MONOTONIC); in pollInner()377 nsecs_t endTime = systemTime(SYSTEM_TIME_MONOTONIC) in pollAll()386 nsecs_t now = systemTime(SYSTEM_TIME_MONOTONIC); in pollAll()576 nsecs_t now = systemTime(SYSTEM_TIME_MONOTONIC); in sendMessage()582 nsecs_t now = systemTime(SYSTEM_TIME_MONOTONIC); in sendMessageDelayed()
128 nsecs_t startTime = systemTime(SYSTEM_TIME_MONOTONIC); in load()133 nsecs_t elapsedTime = systemTime(SYSTEM_TIME_MONOTONIC) - startTime; in load()
615 nsecs_t now = systemTime(SYSTEM_TIME_MONOTONIC); in TEST_F()652 nsecs_t now = systemTime(SYSTEM_TIME_MONOTONIC); in TEST_F()671 nsecs_t now = systemTime(SYSTEM_TIME_MONOTONIC); in TEST_F()
77 SYSTEM_TIME_MONOTONIC = 1, // monotonic time since unspecified starting point enumerator85 nsecs_t systemTime(int clock = SYSTEM_TIME_MONOTONIC);
32 StopWatch(const char* name, int clock = SYSTEM_TIME_MONOTONIC);
292 nsecs_t start_time_ns = systemTime(SYSTEM_TIME_MONOTONIC); in SendMgmtFrame()296 nsecs_t end_time_ns = systemTime(SYSTEM_TIME_MONOTONIC); in SendMgmtFrame()
300 nsecs_t interval = systemTime(SYSTEM_TIME_MONOTONIC); in SendMessageAndGetResponses()315 interval = systemTime(SYSTEM_TIME_MONOTONIC) - interval; in SendMessageAndGetResponses()