HomeSort by relevance Sort by last modified time
    Searched refs:clock_gettime (Results 351 - 375 of 638) sorted by null

<<11121314151617181920>>

  /bionic/tests/
time_test.cpp 557 TEST(time, clock_gettime) {
558 // Try to ensure that our vdso clock_gettime is working.
560 ASSERT_EQ(0, clock_gettime(CLOCK_MONOTONIC, &ts1));
600 ASSERT_EQ(0, clock_gettime(clockid, &ts));
604 ASSERT_EQ(0, clock_gettime(clockid, &ts));
  /cts/tests/tests/nativemedia/aaudio/src/
utils.cpp 30 int result = clock_gettime(clockId, &time);
  /device/generic/goldfish/gatekeeper/
SoftGateKeeper.h 102 int res = clock_gettime(CLOCK_BOOTTIME, &time);
  /external/autotest/client/tests/cyclictest/src/
cyclictest.c 248 clock_gettime(par->clock, &now);
296 clock_gettime(par->clock, &now);
306 clock_gettime(par->clock, &now);
313 clock_gettime(par->clock, &now);
  /external/libdrm/etnaviv/
etnaviv_bo_cache.c 181 clock_gettime(CLOCK_MONOTONIC, &time);
etnaviv_priv.h 196 clock_gettime(CLOCK_MONOTONIC, &t);
  /external/libdrm/freedreno/
freedreno_bo_cache.c 207 clock_gettime(CLOCK_MONOTONIC, &time);
  /external/libmicrohttpd/src/testspdy/
test_session_timeout.c 58 if (0 == clock_gettime (CLOCK_MONOTONIC, &ts))
  /external/toybox/toys/posix/
date.c 182 } else clock_gettime(CLOCK_REALTIME, &ts);
  /frameworks/av/media/libaaudio/examples/utils/
AAudioExampleUtils.h 89 int result = clock_gettime(clockId, &time);
  /frameworks/av/media/libnbaio/
MonoPipe.cpp 127 bool nowTsValid = !clock_gettime(CLOCK_MONOTONIC, &nowTs);
133 "clock_gettime(CLOCK_MONOTONIC) failed: was %ld.%09ld but now %ld.%09ld",
  /frameworks/native/cmds/dumpstate/
DumpstateInternal.cpp 41 clock_gettime(CLOCK_MONOTONIC, &ts);
  /hardware/invensense/65xx/libsensors_iio/
SensorBase.cpp 142 clock_gettime(CLOCK_MONOTONIC, &t);
  /hardware/qcom/gps/msm8084/utils/
loc_timer.c 63 clock_gettime(CLOCK_REALTIME, &ts);
  /hardware/qcom/gps/msm8994/utils/
loc_timer.c 63 clock_gettime(CLOCK_REALTIME, &ts);
  /hardware/qcom/gps/utils/
loc_timer.c 63 clock_gettime(CLOCK_REALTIME, &ts);
  /hardware/qcom/media/sdm845/mm-video-v4l2/vidc/common/inc/
vidc_debug.h 169 clock_gettime(CLOCK_REALTIME, &ts);
  /packages/services/BuiltInPrintService/jni/plugins/
wprint_mupdf.c 37 clock_gettime(CLOCK_MONOTONIC, &now);
  /system/core/gatekeeperd/
SoftGateKeeper.h 102 int res = clock_gettime(CLOCK_BOOTTIME, &time);
  /system/core/liblog/include/log/
log_time.h 66 clock_gettime(id, &T);
  /system/core/libunwindstack/tests/
MemoryRemoteTest.cpp 44 clock_gettime(CLOCK_MONOTONIC, &t);
  /system/extras/memory_replay/
Action.cpp 35 clock_gettime(CLOCK_MONOTONIC, &t);
  /system/extras/tests/framebuffer/
refresh.c 23 clock_gettime(CLOCK_MONOTONIC, &t);
  /system/extras/tests/memtest/
fptest.cpp 42 clock_gettime(CLOCK_MONOTONIC, &t);
memtest.cpp 34 clock_gettime(CLOCK_MONOTONIC, &t);

Completed in 2420 milliseconds

<<11121314151617181920>>