HomeSort by relevance Sort by last modified time
    Searched refs:clock_gettime (Results 426 - 450 of 602) sorted by null

<<11121314151617181920>>

  /frameworks/native/opengl/tests/gl_perf/
fill_common.cpp 112 clock_gettime(CLOCK_MONOTONIC, &t);
  /hardware/ril/libril/
ril_event.cpp 99 clock_gettime(CLOCK_MONOTONIC, &ts);
  /libcore/ojluni/src/main/native/
System.c 261 clock_gettime(CLOCK_MONOTONIC, &now);
  /packages/apps/Nfc/nci/jni/extns/pn54x/src/
phNxpExtns.c 621 clock_gettime (CLOCK_REALTIME, &ts);
  /system/bt/osi/src/
wakelock.cc 229 if (clock_gettime(CLOCK_ID, &ts) == -1) {
  /system/security/keystore/
auth_token_table.cpp 74 clock_gettime(CLOCK_MONOTONIC_RAW, &time);
  /external/libusb/libusb/
io.c     [all...]
libusbi.h 1111 int (*clock_gettime)(int clkid, struct timespec *tp); member in struct:usbi_os_backend
    [all...]
  /external/libusb/libusb/os/
sunos_usb.c 1126 return clock_gettime(CLOCK_REALTIME, tp);
1129 return clock_gettime(CLOCK_MONOTONIC, tp);
    [all...]
linux_usbfs.c 336 r = clock_gettime(CLOCK_MONOTONIC, &ts);
    [all...]
  /hardware/libhardware/modules/radio/
radio_hw.c 148 clock_gettime(CLOCK_REALTIME, &ts);
235 clock_gettime(CLOCK_REALTIME, &ts);
290 clock_gettime(CLOCK_REALTIME, &cur_ts);
  /hardware/qcom/audio/hal/audio_extn/
spkr_protection.c 134 clock_gettime(CLOCK_BOOTTIME, &handle.spkr_last_time_used);
174 clock_gettime(CLOCK_BOOTTIME, &temp);
405 clock_gettime(CLOCK_REALTIME, &ts);
  /frameworks/av/media/libaudioclient/
ToneGenerator.cpp     [all...]
  /system/core/liblog/
logprint.c     [all...]
  /bionic/libc/bionic/
libc_logging.cpp 558 clock_gettime(__android_log_clockid(), &ts);
  /external/dng_sdk/source/
dng_utils.cpp 283 clock_gettime(CLOCK_MONOTONIC, &now);
  /external/gemmlowp/test/
benchmark.cc 49 clock_gettime(CLOCK_REALTIME, &t);
benchmark_meta_gemm.cc 42 clock_gettime(CLOCK_REALTIME, &t);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_broadcast/
1-2.c 192 ret = clock_gettime(td->cid, &ts);
2-3.c 182 ret = clock_gettime(td->cid, &ts);
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_mutex_lock/
stress.c 307 ret = clock_gettime(CLOCK_REALTIME, &ts);
  /external/strace/linux/32/
syscallent.h 121 [113] = { 2, 0, SEN(clock_gettime), "clock_gettime" },
  /external/strace/linux/s390x/
syscallent.h 275 [260] = { 2, 0, SEN(clock_gettime), "clock_gettime" },
  /external/v8/src/
perf-jit.cc 188 int result = clock_gettime(CLOCK_MONOTONIC, &ts);
  /hardware/libhardware/modules/camera/3_0/
Camera.cpp 454 res = clock_gettime(CLOCK_BOOTTIME, &ts);

Completed in 2324 milliseconds

<<11121314151617181920>>