Home
last modified time | relevance | path

Searched refs:systemTime (Results 1 – 21 of 21) sorted by relevance

/system/tools/hidl/test/hidl_test/
DFooCallback.cpp32 nsecs_t start = systemTime(); in heyItsYou()
34 nsecs_t end = systemTime(); in heyItsYou()
46 nsecs_t start = systemTime(); in heyItsYouIsntIt()
50 nsecs_t end = systemTime(); in heyItsYouIsntIt()
62 nsecs_t start = systemTime(); in heyItsTheMeaningOfLife()
66 nsecs_t end = systemTime(); in heyItsTheMeaningOfLife()
90 nsecs_t start = systemTime(); in reportResults()
101 leftToWaitNs -= systemTime() - start; in reportResults()
Dhidl_test_client.cpp1188 now = systemTime(); in TEST_F()
1190 EXPECT_LT(systemTime() - now, 2000000) << " for BnHwSimple(nonnull)"; in TEST_F()
1192 now = systemTime(); in TEST_F()
1194 EXPECT_LT(systemTime() - now, 2000000) << " for BnHwSimple(null)"; in TEST_F()
1196 now = systemTime(); in TEST_F()
1198 EXPECT_LT(systemTime() - now, 2000000) << " for BsSimple(nonnull)"; in TEST_F()
1200 now = systemTime(); in TEST_F()
1202 EXPECT_LT(systemTime() - now, 2000000) << " for BsSimple(null)"; in TEST_F()
1204 now = systemTime(); in TEST_F()
1206 EXPECT_LT(systemTime() - now, 2000000) << " for BpHwSimple(null)"; in TEST_F()
[all …]
/system/core/libutils/
DSystemClock.cpp42 int64_t when = systemTime(SYSTEM_TIME_MONOTONIC); in uptimeMillis()
70 return systemTime(SYSTEM_TIME_MONOTONIC); in elapsedRealtimeNano()
DTimers.cpp26 nsecs_t systemTime(int clock) in systemTime() function
41 nsecs_t systemTime(int /*clock*/) in systemTime() function
DStopWatch.cpp70 return systemTime(mClock) - mStartTime; in elapsedTime()
76 mStartTime = systemTime(mClock); in reset()
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()
DThreads.cpp463 nsecs_t reltime = *abstime - systemTime();
559 nsecs_t absTime = systemTime()+reltime;
/system/media/audio_utils/include/audio_utils/
DFdToString.h48 , mTimeoutTimeNs(systemTime() + timeoutMs * NANOS_PER_MILLISECOND) { in mPrefix()
87 const int waitMs = toMillisecondTimeoutDelay(systemTime(), mTimeoutTimeNs); in getStringAndClose()
104 const int waitMs = toMillisecondTimeoutDelay(systemTime(), timeoutTimeNs); in reader()
/system/core/libutils/include/utils/
DTimers.h89 nsecs_t systemTime(int clock = SYSTEM_TIME_MONOTONIC);
91 nsecs_t systemTime(int clock);
DMutex.h193 timeoutNs += systemTime(SYSTEM_TIME_REALTIME); in timedLock()
/system/extras/tests/framebuffer/
Drefresh.c19 int64_t systemTime() in systemTime() function
145 int64_t time = systemTime(); in main()
158 int64_t now = systemTime(); in main()
/system/vold/model/
DEmulatedVolume.cpp110 nsecs_t start = systemTime(SYSTEM_TIME_BOOTTIME); in doMount()
115 nsecs_t now = systemTime(SYSTEM_TIME_BOOTTIME); in doMount()
DPublicVolume.cpp207 nsecs_t start = systemTime(SYSTEM_TIME_BOOTTIME); in doMount()
212 nsecs_t now = systemTime(SYSTEM_TIME_BOOTTIME); in doMount()
/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/vold/
DIdleMaint.cpp174 nsecs_t start = systemTime(SYSTEM_TIME_BOOTTIME); in Trim()
181 nsecs_t time = systemTime(SYSTEM_TIME_BOOTTIME) - start; in Trim()
DCheckpoint.cpp343 nsecs_t start = systemTime(SYSTEM_TIME_BOOTTIME); in cp_prepareCheckpoint()
348 nsecs_t time = systemTime(SYSTEM_TIME_BOOTTIME) - start; in cp_prepareCheckpoint()
/system/media/audio_utils/tests/
DAndroid.bp10 "libutils", //for systemTime
/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()