HomeSort by relevance Sort by last modified time
    Searched refs:clock_gettime (Results 301 - 325 of 340) sorted by null

<<11121314

  /system/core/libpixelflinger/
pixelflinger.cpp 733 clock_gettime(CLOCK_THREAD_CPUTIME_ID, &t);
  /system/extras/micro_bench/
micro_bench.cpp 89 clock_gettime(CLOCK_MONOTONIC, &t);
    [all...]
  /external/chromium_org/third_party/libevent/
evdns.c 1051 if (clock_gettime(CLOCK_MONOTONIC, &ts) != -1)
1055 if (clock_gettime(clkid, &ts) == -1)
1056 event_err(1, "clock_gettime");
    [all...]
  /hardware/qcom/media/mm-video-legacy/vidc/venc/src/
video_encoder_device.cpp 394 if (clock_gettime(CLOCK_REALTIME, &ts) < 0)
396 DEBUG_PRINT_ERROR("%s: clock_gettime failed", __func__);
426 if (clock_gettime(CLOCK_REALTIME, &ts) < 0)
428 DEBUG_PRINT_ERROR("%s: clock_gettime failed", __func__);
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
video_encoder_device.cpp 497 if (clock_gettime(CLOCK_REALTIME, &ts) < 0) {
498 DEBUG_PRINT_ERROR("%s: clock_gettime failed", __func__);
531 if (clock_gettime(CLOCK_REALTIME, &ts) < 0) {
532 DEBUG_PRINT_ERROR("%s: clock_gettime failed", __func__);
    [all...]
  /external/libusb/libusb/os/
darwin_usb.c     [all...]
  /hardware/intel/img/libdrm/libdrm/intel/
intel_bufmgr_gem.c 584 clock_gettime(CLOCK_MONOTONIC, &time);
    [all...]
  /external/bluetooth/bluedroid/btif/src/
btif_media_task.c 370 clock_gettime(CLOCK_BOOTTIME, &ts_now);
    [all...]
  /external/chromium_org/third_party/libusb/src/libusb/os/
darwin_usb.c     [all...]
  /external/libpcap/
pcap-bpf.c 343 (void) clock_gettime(CLOCK_MONOTONIC, &cur);
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/
builtin-sched.c 179 clock_gettime(CLOCK_MONOTONIC, &ts);
    [all...]
  /art/runtime/
thread.cc 601 clock_gettime(cpu_clock_id, &now);
    [all...]
  /external/chromium_org/third_party/openssl/openssl/apps/
apps.c     [all...]
  /external/openssl/apps/
apps.c     [all...]
  /hardware/invensense/60xx/libsensors_iio/
MPLSensor.cpp     [all...]
  /hardware/qcom/audio/hal/
audio_hw.c     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/
OMX_AacEncoder.c     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/
OMX_AmrEncoder.c     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/src/
OMX_WbAmrEncoder.c     [all...]
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/
OMX_JpegEncoder.c     [all...]
  /ndk/sources/cxx-stl/gabi++/tests/
dynamic_cast3.cpp     [all...]
dynamic_cast5.cpp     [all...]
  /external/compiler-rt/lib/msan/tests/
msan_test.cc     [all...]
  /external/valgrind/main/memcheck/tests/x86-linux/
scalar.stderr.exp     [all...]
  /hardware/intel/img/libdrm/
configure     [all...]

Completed in 946 milliseconds

<<11121314