/external/fio/ |
gettime-thread.c | 29 gettimeofday(&__tv, NULL); 51 * to have some way of NOT hammering that CPU with gettimeofday(),
|
/external/libcups/cups/ |
tempfile.c | 104 gettimeofday(&curtime, NULL);
|
/external/ltp/testcases/lib/ |
tst_random.c | 38 gettimeofday(&tv, NULL);
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_timedwait/ |
4-1.c | 44 if (gettimeofday(&curtime, NULL) != 0) {
|
/external/ltp/testcases/open_posix_testsuite/functional/threads/include/ |
pitest.h | 20 gettimeofday(&tv, 0);
|
/external/ltp/tools/pounder21/ |
debug.c | 48 gettimeofday(&tv, NULL);
|
/external/tpm2/ |
Clock.c | 21 gettimeofday(&tv, NULL);
|
/external/vboot_reference/firmware/stub/ |
vboot_api_stub_init.c | 60 gettimeofday(&tv, NULL);
|
/frameworks/av/media/libstagefright/codecs/hevcdec/ |
SoftHEVC.h | 45 #define GETTIME(a, b) gettimeofday(a, b);
|
/frameworks/base/core/jni/ |
android_os_SystemClock.cpp | 78 gettimeofday(&tv, NULL);
|
/frameworks/base/media/mca/filterfw/native/core/ |
time_util.cpp | 33 gettimeofday(&tv, 0);
|
/frameworks/base/media/mca/filterpacks/native/base/ |
time_util.cpp | 33 gettimeofday(&tv, 0);
|
/hardware/invensense/6515/libsensors_iio/software/core/mllite/linux/ |
mlos_linux.c | 183 if (gettimeofday(&tv, NULL) != 0)
|
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/linux/ |
mlos_linux.c | 183 if (gettimeofday(&tv, NULL) != 0)
|
/hardware/qcom/camera/msm8998/QCamera2/util/ |
camscope_packet_type.cpp | 340 gettimeofday(×tamp, NULL); 376 gettimeofday(×tamp, NULL); 416 gettimeofday(×tamp, NULL); 459 gettimeofday(×tamp, NULL);
|
/hardware/qcom/gps/msm8084/platform_lib_abstractions/ |
platform_lib_macros.h | 39 gettimeofday(&tv, &tz); \
|
/hardware/qcom/gps/msm8909/utils/platform_lib_abstractions/ |
platform_lib_macros.h | 39 gettimeofday(&tv, &tz); \
|
/hardware/qcom/gps/msm8960/platform_lib_abstractions/ |
platform_lib_macros.h | 39 gettimeofday(&tv, &tz); \
|
/hardware/qcom/gps/msm8994/platform_lib_abstractions/ |
platform_lib_macros.h | 39 gettimeofday(&tv, &tz); \
|
/hardware/qcom/gps/msm8996/utils/platform_lib_abstractions/ |
platform_lib_macros.h | 39 gettimeofday(&tv, &tz); \
|
/hardware/qcom/gps/msm8998/utils/platform_lib_abstractions/loc_pla/include/ |
platform_lib_macros.h | 54 gettimeofday(&tv, &tz); \
|
/hardware/qcom/gps/platform_lib_abstractions/ |
platform_lib_macros.h | 39 gettimeofday(&tv, &tz); \
|
/hardware/qcom/gps/sdm845/utils/platform_lib_abstractions/loc_pla/include/ |
platform_lib_macros.h | 54 gettimeofday(&tv, &tz); \
|
/hardware/qcom/wlan/qcwcn/wifi_hal/ |
sync.h | 68 gettimeofday(&now,NULL);
|
/packages/apps/LegacyCamera/jni/feature_stab/src/dbregtest/ |
dbregtest.cpp | 199 gettimeofday(&ts1, NULL); 206 gettimeofday(&ts2, NULL); 232 gettimeofday(&ts3, NULL); 241 gettimeofday(&ts4, NULL);
|