Home
last modified time | relevance | path

Searched refs:gettimeofday (Results 1 – 25 of 294) sorted by relevance

12345678910>>...12

/aosp12/hardware/st/secure_element/ese-spi-driver/
H A DSpiLayerDriver.cc69 gettimeofday(&lastRxTxTime, 0); in SpiLayerDriver_open()
112 gettimeofday(&currentTime, 0); in SpiLayerDriver_read()
121 gettimeofday(&currentTime, 0); in SpiLayerDriver_read()
143 gettimeofday(&lastRxTxTime, 0); in SpiLayerDriver_read()
151 gettimeofday(&lastRxTxTime, 0); in SpiLayerDriver_read()
181 gettimeofday(&currentTime, 0); in SpiLayerDriver_write()
189 gettimeofday(&currentTime, 0); in SpiLayerDriver_write()
215 gettimeofday(&lastRxTxTime, 0); in SpiLayerDriver_write()
224 gettimeofday(&lastRxTxTime, 0); in SpiLayerDriver_write()
H A DSpiLayerComm.cc71 gettimeofday(&startTime, 0); in SpiLayerComm_waitForAtpLength()
74 gettimeofday(&currentTime, 0); in SpiLayerComm_waitForAtpLength()
248 gettimeofday(&startTime, 0); in SpiLayerComm_waitForResponse()
270 gettimeofday(&currentTime, 0); in SpiLayerComm_waitForResponse()
/aosp12/system/extras/tests/pagingtest/
H A Dmmap_test.c23 gettimeofday(&begin_time, NULL); in mmap_test()
25 gettimeofday(&end_time, NULL); in mmap_test()
33 gettimeofday(&begin_time, NULL); in mmap_test()
35 gettimeofday(&end_time, NULL); in mmap_test()
H A Dpageinout_test.c57 gettimeofday(&begin_time, NULL); in pageinout_test()
62 gettimeofday(&end_time, NULL); in pageinout_test()
71 gettimeofday(&begin_time, NULL); in pageinout_test()
74 gettimeofday(&end_time, NULL); in pageinout_test()
H A Dthrashing_test.c61 gettimeofday(&begin_time, NULL); in thrashing_test()
65 gettimeofday(&end_time, NULL); in thrashing_test()
/aosp12/frameworks/rs/tests/cpp_api/latency/
H A Dlatency.cpp77 gettimeofday(&start, nullptr); in main()
85 gettimeofday(&stop, nullptr); in main()
91 gettimeofday(&start, nullptr); in main()
101 gettimeofday(&stop, nullptr); in main()
/aosp12/system/extras/crypto-perf/
H A Dcrypto.cpp123 gettimeofday(&begin_time, NULL); in main()
128 gettimeofday(&end_time, NULL); in main()
145 gettimeofday(&begin_time, NULL); in main()
150 gettimeofday(&end_time, NULL); in main()
/aosp12/system/extras/tests/ext4/
H A Drand_emmc_perf.c124 gettimeofday(&stats_buf[i].start, NULL); in stats_test()
140 gettimeofday(&stats_buf[i].end, NULL); in stats_test()
154 gettimeofday(&start, NULL); in perf_test()
169 gettimeofday(&end, NULL); in perf_test()
176 gettimeofday(&end, NULL); in perf_test()
/aosp12/hardware/qcom/camera/msm8998/QCamera2/util/
H A Dcamscope_packet_type.cpp340 gettimeofday(&timestamp, NULL); in camscope_base_log()
376 gettimeofday(&timestamp, NULL); in camscope_sw_base_log()
416 gettimeofday(&timestamp, NULL); in camscope_timing_log()
459 gettimeofday(&timestamp, NULL); in camscope_in_out_timing_log()
/aosp12/frameworks/base/libs/hwui/utils/
H A DTiming.h25 explicit MethodTimer(const char* name) : mMethodName(name) { gettimeofday(&mStart, nullptr); } in MethodTimer()
29 gettimeofday(&stop, nullptr); in ~MethodTimer()
/aosp12/system/extras/tests/schedtest/
H A Dschedtest.c33 gettimeofday(&tv1, NULL); in main()
35 gettimeofday(&tv2, NULL); in main()
/aosp12/packages/apps/LegacyCamera/jni/feature_stab/src/dbregtest/
H A Ddbregtest.cpp199 gettimeofday(&ts1, NULL); in main()
206 gettimeofday(&ts2, NULL); in main()
232 gettimeofday(&ts3, NULL); in main()
241 gettimeofday(&ts4, NULL); in main()
/aosp12/frameworks/native/opengl/tests/angeles/
H A Dapp-linux.cpp203 gettimeofday(&timeTemp, NULL); in main()
210 gettimeofday(&timeNow, NULL); in main()
219 gettimeofday(&timeTemp, NULL); in main()
/aosp12/bionic/tests/headers/posix/
H A Dsys_time_h.c67 FUNCTION(gettimeofday, int (*f)(struct timeval*, struct timezone*)); in sys_time_h()
69 FUNCTION(gettimeofday, int (*f)(struct timeval*, void*)); in sys_time_h()
/aosp12/bionic/libc/bionic/
H A Dvdso.cpp54 int gettimeofday(timeval* tv, struct timezone* tz) { in gettimeofday() function
55 auto vdso_gettimeofday = reinterpret_cast<decltype(&gettimeofday)>( in gettimeofday()
71 if (gettimeofday(&tv, nullptr) == -1) return -1; in time()
/aosp12/hardware/qcom/gps/msm8960/utils/
H A Dloc_log.cpp176 gettimeofday(&now, NULL); in loc_get_time()
228 gettimeofday(&tv, &tz); in get_timestamp()
/aosp12/hardware/qcom/gps/msm8994/utils/
H A Dloc_log.cpp177 gettimeofday(&now, NULL); in loc_get_time()
235 gettimeofday(&tv, &tz); in get_timestamp()
/aosp12/hardware/qcom/gps/utils/
H A Dloc_log.cpp177 gettimeofday(&now, NULL); in loc_get_time()
235 gettimeofday(&tv, &tz); in get_timestamp()
/aosp12/hardware/qcom/gps/msm8084/utils/
H A Dloc_log.cpp176 gettimeofday(&now, NULL); in loc_get_time()
234 gettimeofday(&tv, &tz); in get_timestamp()
/aosp12/hardware/qcom/sdm845/gps/msm8084/utils/
H A Dloc_log.cpp176 gettimeofday(&now, NULL); in loc_get_time()
234 gettimeofday(&tv, &tz); in get_timestamp()
/aosp12/hardware/qcom/sdm845/gps/msm8960/utils/
H A Dloc_log.cpp176 gettimeofday(&now, NULL); in loc_get_time()
228 gettimeofday(&tv, &tz); in get_timestamp()
/aosp12/hardware/qcom/sdm845/gps/msm8994/utils/
H A Dloc_log.cpp177 gettimeofday(&now, NULL); in loc_get_time()
235 gettimeofday(&tv, &tz); in get_timestamp()
/aosp12/hardware/qcom/sdm845/gps/utils/
H A Dloc_log.cpp177 gettimeofday(&now, NULL); in loc_get_time()
235 gettimeofday(&tv, &tz); in get_timestamp()
/aosp12/hardware/qcom/gps/msm8909/utils/
H A Dloc_log.cpp178 gettimeofday(&now, NULL); in loc_get_time()
236 gettimeofday(&tv, &tz); in get_timestamp()
/aosp12/hardware/qcom/gps/msm8909w_3100/utils/
H A Dloc_log.cpp172 gettimeofday(&now, NULL); in loc_get_time()
230 gettimeofday(&tv, &tz); in get_timestamp()

12345678910>>...12