Home
last modified time | relevance | path

Searched refs:SYSTEM_TIME_MONOTONIC (Results 1 – 9 of 9) sorted by relevance

/system/core/libutils/
DSystemClock.cpp42 int64_t when = systemTime(SYSTEM_TIME_MONOTONIC); in uptimeMillis()
70 return systemTime(SYSTEM_TIME_MONOTONIC); in elapsedRealtimeNano()
DTimers_test.cpp24 systemTime(SYSTEM_TIME_MONOTONIC); in TEST()
DLooper.cpp218 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()
DPropertyMap.cpp128 nsecs_t startTime = systemTime(SYSTEM_TIME_MONOTONIC); in load()
133 nsecs_t elapsedTime = systemTime(SYSTEM_TIME_MONOTONIC) - startTime; in load()
DLooper_test.cpp615 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()
/system/core/libutils/include/utils/
DTimers.h77 SYSTEM_TIME_MONOTONIC = 1, // monotonic time since unspecified starting point enumerator
85 nsecs_t systemTime(int clock = SYSTEM_TIME_MONOTONIC);
DStopWatch.h32 StopWatch(const char* name, int clock = SYSTEM_TIME_MONOTONIC);
/system/connectivity/wificond/
Dclient_interface_impl.cpp292 nsecs_t start_time_ns = systemTime(SYSTEM_TIME_MONOTONIC); in SendMgmtFrame()
296 nsecs_t end_time_ns = systemTime(SYSTEM_TIME_MONOTONIC); in SendMgmtFrame()
/system/connectivity/wificond/net/
Dnetlink_manager.cpp300 nsecs_t interval = systemTime(SYSTEM_TIME_MONOTONIC); in SendMessageAndGetResponses()
315 interval = systemTime(SYSTEM_TIME_MONOTONIC) - interval; in SendMessageAndGetResponses()