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

<<11121314151617181920>>

  /hardware/ril/libril/
ril_event.cpp 99 clock_gettime(CLOCK_MONOTONIC, &ts);
  /libcore/ojluni/src/main/native/
System.c 257 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 76 clock_gettime(CLOCK_MONOTONIC_RAW, &time);
  /cts/tests/tests/media/libmediandkjni/
native-mediadrm-jni.cpp 325 clock_gettime(CLOCK_MONOTONIC, &now);
429 clock_gettime(CLOCK_MONOTONIC, &timeSpec);
448 clock_gettime(CLOCK_MONOTONIC, &timeSpec);
  /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 163 clock_gettime(CLOCK_REALTIME, &ts);
250 clock_gettime(CLOCK_REALTIME, &ts);
305 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/async_safe/
async_safe_log.cpp 500 clock_gettime(CLOCK_REALTIME, &ts);
  /device/google/marlin/power/
power-helper.c 429 clock_gettime(CLOCK_MONOTONIC, &cur_boost_timespec);
  /external/dng_sdk/source/
dng_utils.cpp 283 clock_gettime(CLOCK_MONOTONIC, &now);
  /external/gemmlowp/test/
benchmark.cc 54 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/v8/src/
perf-jit.cc 188 int result = clock_gettime(CLOCK_MONOTONIC, &ts);
  /hardware/libhardware/modules/camera/3_0/
Camera.cpp 459 res = clock_gettime(CLOCK_BOOTTIME, &ts);

Completed in 758 milliseconds

<<11121314151617181920>>