/system/tools/hidl/test/hidl_test/ |
D | FooCallback.cpp | 32 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()
|
D | hidl_test_client.cpp | 1188 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/ |
D | SystemClock.cpp | 42 int64_t when = systemTime(SYSTEM_TIME_MONOTONIC); in uptimeMillis() 70 return systemTime(SYSTEM_TIME_MONOTONIC); in elapsedRealtimeNano()
|
D | Timers.cpp | 26 nsecs_t systemTime(int clock) in systemTime() function 41 nsecs_t systemTime(int /*clock*/) in systemTime() function
|
D | StopWatch.cpp | 70 return systemTime(mClock) - mStartTime; in elapsedTime() 76 mStartTime = systemTime(mClock); in reset()
|
D | Looper.cpp | 216 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()
|
D | PropertyMap.cpp | 128 nsecs_t startTime = systemTime(SYSTEM_TIME_MONOTONIC); in load() 133 nsecs_t elapsedTime = systemTime(SYSTEM_TIME_MONOTONIC) - startTime; in load()
|
D | Looper_test.cpp | 614 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()
|
D | Threads.cpp | 463 nsecs_t reltime = *abstime - systemTime(); 559 nsecs_t absTime = systemTime()+reltime;
|
/system/media/audio_utils/include/audio_utils/ |
D | FdToString.h | 48 , 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/ |
D | Timers.h | 89 nsecs_t systemTime(int clock = SYSTEM_TIME_MONOTONIC); 91 nsecs_t systemTime(int clock);
|
D | Mutex.h | 193 timeoutNs += systemTime(SYSTEM_TIME_REALTIME); in timedLock()
|
/system/extras/tests/framebuffer/ |
D | refresh.c | 19 int64_t systemTime() in systemTime() function 145 int64_t time = systemTime(); in main() 158 int64_t now = systemTime(); in main()
|
/system/vold/model/ |
D | EmulatedVolume.cpp | 110 nsecs_t start = systemTime(SYSTEM_TIME_BOOTTIME); in doMount() 115 nsecs_t now = systemTime(SYSTEM_TIME_BOOTTIME); in doMount()
|
D | PublicVolume.cpp | 207 nsecs_t start = systemTime(SYSTEM_TIME_BOOTTIME); in doMount() 212 nsecs_t now = systemTime(SYSTEM_TIME_BOOTTIME); in doMount()
|
/system/connectivity/wificond/ |
D | client_interface_impl.cpp | 295 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/ |
D | offload_scan_utils.cpp | 50 single_scan_result.tsf = systemTime(SYSTEM_TIME_MONOTONIC) / 1000; in convertToNativeScanResults()
|
/system/vold/ |
D | IdleMaint.cpp | 174 nsecs_t start = systemTime(SYSTEM_TIME_BOOTTIME); in Trim() 181 nsecs_t time = systemTime(SYSTEM_TIME_BOOTTIME) - start; in Trim()
|
D | Checkpoint.cpp | 343 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/ |
D | Android.bp | 10 "libutils", //for systemTime
|
/system/connectivity/wificond/net/ |
D | netlink_manager.cpp | 300 nsecs_t interval = systemTime(SYSTEM_TIME_MONOTONIC); in SendMessageAndGetResponses() 315 interval = systemTime(SYSTEM_TIME_MONOTONIC) - interval; in SendMessageAndGetResponses()
|