/system/media/audio_utils/include/audio_utils/ |
D | clock_nanosleep.h | 42 #ifndef CLOCK_MONOTONIC 44 #define CLOCK_MONOTONIC 0 macro
|
/system/core/libbacktrace/ |
D | ThreadEntry.cpp | 39 pthread_condattr_setclock(&attr, CLOCK_MONOTONIC); in ThreadEntry() 101 clock_gettime(CLOCK_MONOTONIC, &ts); in Wait()
|
/system/core/libutils/include/utils/ |
D | Condition.h | 103 pthread_condattr_setclock(&attr, CLOCK_MONOTONIC); in Condition() 123 clock_gettime(CLOCK_MONOTONIC, &ts); in waitRelative()
|
/system/core/liblog/tests/ |
D | log_time_test.cpp | 25 clock_gettime(CLOCK_MONOTONIC, &ts); in TEST()
|
D | log_read_test.cpp | 43 clock_gettime(CLOCK_MONOTONIC, &ts); in TEST()
|
D | liblog_benchmark.cpp | 125 do_clock_overhead(state, CLOCK_MONOTONIC); in BM_time_clock_gettime_MONOTONIC() 132 syscall(__NR_clock_gettime, CLOCK_MONOTONIC, &t); in BM_time_clock_gettime_MONOTONIC_syscall() 150 clock_getres(CLOCK_MONOTONIC, &t); in BM_time_clock_getres_MONOTONIC() 158 syscall(__NR_clock_getres, CLOCK_MONOTONIC, &t); in BM_time_clock_getres_MONOTONIC_syscall() 1004 log_time now(CLOCK_MONOTONIC); in BM_lookupEventTagNum_logd_new()
|
D | liblog_test.cpp | 175 log_time ts(CLOCK_MONOTONIC); in TEST() 202 log_time ts1(CLOCK_MONOTONIC); in TEST() 326 log_time ts(CLOCK_MONOTONIC); in TEST() 632 signal_time = log_time(CLOCK_MONOTONIC); in caught_blocking_signal() 743 } while (!signaled || (log_time(CLOCK_MONOTONIC) < signal_time)); in TEST() 793 signal_time = log_time(CLOCK_MONOTONIC); in running_thread() 901 } while (!signaled || (log_time(CLOCK_MONOTONIC) < signal_time)); in TEST() 1757 log_time ts(CLOCK_MONOTONIC); in TEST() 1793 ts = log_time(CLOCK_MONOTONIC); in TEST() 1815 ts = log_time(CLOCK_MONOTONIC); in TEST() [all …]
|
/system/extras/tests/lib/testUtil/ |
D | testUtil.c | 267 clock_gettime(CLOCK_MONOTONIC, &start); in testDelay() 271 clock_gettime(CLOCK_MONOTONIC, ¤t); in testDelay() 292 clock_gettime(CLOCK_MONOTONIC, &start); in testDelaySpin() 296 clock_gettime(CLOCK_MONOTONIC, ¤t); in testDelaySpin()
|
/system/chre/platform/linux/ |
D | system_time.cc | 30 if (clock_gettime(CLOCK_MONOTONIC, &timeNow)) { in getMonotonicTime()
|
D | system_timer.cc | 66 int ret = timer_create(CLOCK_MONOTONIC, &sigevt, &mTimerId); in init()
|
/system/extras/tests/timetest/ |
D | timetest.c | 17 if(clock_gettime(CLOCK_MONOTONIC, &t)) { in nanotime() 64 int clock_id = CLOCK_MONOTONIC; in main()
|
/system/core/libutils/ |
D | Timers.cpp | 30 CLOCK_MONOTONIC, in systemTime()
|
/system/extras/simpleperf/runtest/ |
D | run_and_sleep.cpp | 11 clock_gettime(CLOCK_MONOTONIC, &ts); in GetSystemClock()
|
/system/security/keystore/ |
D | keystore_keymaster_enforcement.h | 35 int err = clock_gettime(CLOCK_MONOTONIC, &tp); in get_current_time()
|
/system/extras/tests/pftest/ |
D | pftest.c | 41 clock_gettime(CLOCK_MONOTONIC, &t); in stop_watch()
|
/system/core/logd/ |
D | LogKlog.cpp | 200 log_time LogKlog::correction = (log_time(CLOCK_REALTIME) < log_time(CLOCK_MONOTONIC)) 202 : (log_time(CLOCK_REALTIME) - log_time(CLOCK_MONOTONIC)); 209 signature(CLOCK_MONOTONIC), in LogKlog() 330 log_time mono(CLOCK_MONOTONIC); in sniffTime() 360 now = log_time(CLOCK_MONOTONIC); in sniffTime()
|
D | LogBuffer.h | 65 log_time cpu(CLOCK_MONOTONIC); in isMonotonic()
|
/system/extras/simpleperf/demo/SimpleperfExampleWithNative/app/src/main/cpp/ |
D | native-lib.cpp | 66 clock_gettime(CLOCK_MONOTONIC, &ts); in GetSystemClock()
|
/system/connectivity/wificond/tests/ |
D | shell_utils.cpp | 52 clock_gettime(CLOCK_MONOTONIC, &ts); in GetCurrentTimeMs()
|
/system/extras/memtrack/ |
D | memtrack.cpp | 346 clock_gettime(CLOCK_MONOTONIC, &t); in main() 352 clock_gettime(CLOCK_MONOTONIC, &t); in main()
|
/system/extras/simpleperf/ |
D | environment.h | 91 clock_gettime(CLOCK_MONOTONIC, &ts); in GetSystemClock()
|
/system/hwservicemanager/ |
D | service.cpp | 99 int fdTimer = timerfd_create(CLOCK_MONOTONIC, 0 /*flags*/); in setupTo()
|
/system/extras/tests/framebuffer/ |
D | refresh.c | 23 clock_gettime(CLOCK_MONOTONIC, &t); in systemTime()
|
/system/core/libcutils/ |
D | trace-container.cpp | 129 uint64_t ts = gettime(CLOCK_MONOTONIC); \
|
/system/extras/memory_replay/ |
D | Action.cpp | 35 clock_gettime(CLOCK_MONOTONIC, &t); in nanotime()
|