/external/compiler-rt/test/msan/ |
wrap_indirect_calls_in_rtl.cc | 61 // gettimeofday is intercepted in msan_interceptors.cc and the real one (from 65 int res = gettimeofday(&tv, NULL);
|
/external/deqp/framework/delibs/deutil/ |
deClock.c | 63 gettimeofday(&currTime, DE_NULL);
|
/external/fio/ |
gettime-thread.c | 24 gettimeofday(fio_tv, NULL); 35 * to have some way of NOT hammering that CPU with gettimeofday(),
|
/external/libyuv/files/unit_test/ |
unit_test.h | 57 gettimeofday(&t, &tzp);
|
/frameworks/base/media/mca/filterfw/native/core/ |
time_util.cpp | 33 gettimeofday(&tv, 0);
|
/frameworks/base/media/mca/filterpacks/native/base/ |
time_util.cpp | 31 gettimeofday(&tv, 0);
|
/hardware/invensense/60xx/libsensors_iio/software/core/mllite/linux/ |
mlos_linux.c | 183 if (gettimeofday(&tv, NULL) != 0)
|
/hardware/invensense/60xx/mlsdk/platform/linux/ |
mlos_linux.c | 197 if (gettimeofday(&tv, NULL) !=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/gps/msm8960/platform_lib_abstractions/ |
platform_lib_macros.h | 39 gettimeofday(&tv, &tz); \
|
/hardware/qcom/gps/platform_lib_abstractions/ |
platform_lib_macros.h | 39 gettimeofday(&tv, &tz); \
|
/hardware/qcom/wlan/qcwcn/wifi_hal/ |
sync.h | 68 gettimeofday(&now,NULL);
|
/hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/ |
perf_common.h | 71 #define TIME_GET(target) gettimeofday(&target, NULL)
|
/hardware/ti/omap4-aah/libtiutils/ |
Semaphore.cpp | 211 gettimeofday(¤tTime, NULL);
|
/hardware/ti/omap4xxx/libtiutils/ |
Semaphore.cpp | 210 gettimeofday(¤tTime, NULL);
|
/packages/apps/Camera/jni/feature_stab/src/dbregtest/ |
dbregtest.cpp | 199 gettimeofday(&ts1, NULL); 206 gettimeofday(&ts2, NULL); 232 gettimeofday(&ts3, NULL); 241 gettimeofday(&ts4, 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);
|
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/sys/ |
time.h | 37 extern int gettimeofday(struct timeval *, struct timezone *);
|
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/sys/ |
time.h | 37 extern int gettimeofday(struct timeval *, struct timezone *);
|
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/sys/ |
time.h | 37 extern int gettimeofday(struct timeval *, struct timezone *);
|
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/sys/ |
time.h | 37 extern int gettimeofday(struct timeval *, struct timezone *);
|
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/sys/ |
time.h | 37 extern int gettimeofday(struct timeval *, struct timezone *);
|
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/sys/ |
time.h | 37 extern int gettimeofday(struct timeval *, struct timezone *);
|
/prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/sys/ |
time.h | 37 extern int gettimeofday(struct timeval *, struct timezone *);
|