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()
DLooper.cpp216 nsecs_t now = systemTime(SYSTEM_TIME_MONOTONIC); in pollInner()
305 nsecs_t now = systemTime(SYSTEM_TIME_MONOTONIC); in pollInner()
375 nsecs_t endTime = systemTime(SYSTEM_TIME_MONOTONIC) in pollAll()
384 nsecs_t now = systemTime(SYSTEM_TIME_MONOTONIC); in pollAll()
574 nsecs_t now = systemTime(SYSTEM_TIME_MONOTONIC); in sendMessage()
580 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.cpp614 nsecs_t now = systemTime(SYSTEM_TIME_MONOTONIC); in TEST_F()
651 nsecs_t now = systemTime(SYSTEM_TIME_MONOTONIC); in TEST_F()
670 nsecs_t now = systemTime(SYSTEM_TIME_MONOTONIC); in TEST_F()
/system/core/libutils/include/utils/
DTimers.h81 SYSTEM_TIME_MONOTONIC = 1, // monotonic time since unspecified starting point enumerator
89 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.cpp295 nsecs_t start_time_ns = systemTime(SYSTEM_TIME_MONOTONIC); in SendMgmtFrame()
299 nsecs_t end_time_ns = systemTime(SYSTEM_TIME_MONOTONIC); in SendMgmtFrame()
/system/connectivity/wificond/scanning/offload/
Doffload_scan_utils.cpp50 single_scan_result.tsf = systemTime(SYSTEM_TIME_MONOTONIC) / 1000; in convertToNativeScanResults()
/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()