Searched refs:SYSTEM_TIME_MONOTONIC (Results 1 – 11 of 11) sorted by relevance
50 return systemTime(SYSTEM_TIME_MONOTONIC); in uptimeNanos()77 return systemTime(SYSTEM_TIME_MONOTONIC); in elapsedRealtimeNano()
24 systemTime(SYSTEM_TIME_MONOTONIC); in TEST()
228 nsecs_t now = systemTime(SYSTEM_TIME_MONOTONIC); in pollInner()319 nsecs_t now = systemTime(SYSTEM_TIME_MONOTONIC); in pollInner()390 nsecs_t endTime = systemTime(SYSTEM_TIME_MONOTONIC) in pollAll()399 nsecs_t now = systemTime(SYSTEM_TIME_MONOTONIC); in pollAll()608 nsecs_t now = systemTime(SYSTEM_TIME_MONOTONIC); in sendMessage()614 nsecs_t now = systemTime(SYSTEM_TIME_MONOTONIC); in sendMessageDelayed()
584 nsecs_t now = systemTime(SYSTEM_TIME_MONOTONIC); in TEST_F()621 nsecs_t now = systemTime(SYSTEM_TIME_MONOTONIC); in TEST_F()640 nsecs_t now = systemTime(SYSTEM_TIME_MONOTONIC); in TEST_F()
92 nsecs_t start_time_ns = systemTime(SYSTEM_TIME_MONOTONIC); in trusty_keymaster_call_2()104 (long long)(systemTime(SYSTEM_TIME_MONOTONIC) - start_time_ns)); in trusty_keymaster_call_2()122 (long long)(systemTime(SYSTEM_TIME_MONOTONIC) - start_time_ns)); in trusty_keymaster_call_2()161 start_time_ns = systemTime(SYSTEM_TIME_MONOTONIC); in trusty_keymaster_call_2()173 (long long)(systemTime(SYSTEM_TIME_MONOTONIC) - start_time_ns)); in trusty_keymaster_call_2()190 (long long)(systemTime(SYSTEM_TIME_MONOTONIC) - start_time_ns)); in trusty_keymaster_call_2()
77 SYSTEM_TIME_MONOTONIC = 1, // monotonic time since unspecified starting point enumerator85 nsecs_t systemTime(int clock = SYSTEM_TIME_MONOTONIC);
28 StopWatch(const char* name, int clock = SYSTEM_TIME_MONOTONIC);
308 nsecs_t start_time_ns = systemTime(SYSTEM_TIME_MONOTONIC); in SendMgmtFrame()312 nsecs_t end_time_ns = systemTime(SYSTEM_TIME_MONOTONIC); in SendMgmtFrame()
307 nsecs_t interval = systemTime(SYSTEM_TIME_MONOTONIC); in SendMessageAndGetResponses()324 interval = systemTime(SYSTEM_TIME_MONOTONIC) - interval; in SendMessageAndGetResponses()
1972 "name" : "SYSTEM_TIME_MONOTONIC"
1996 "name" : "SYSTEM_TIME_MONOTONIC"