HomeSort by relevance Sort by last modified time
    Searched refs:clock_gettime (Results 201 - 225 of 344) sorted by null

1 2 3 4 5 6 7 891011>>

  /hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
loc_api_sync_call.c 453 clock_gettime(CLOCK_REALTIME, &expire_time);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
time.h 336 extern int clock_gettime (clockid_t __clock_id, struct timespec *__tp) __THROW;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
time.h 336 extern int clock_gettime (clockid_t __clock_id, struct timespec *__tp) __THROW;
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/
rsCppUtils.h 167 clock_gettime(clocks[clock], &t);
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/
rsCppUtils.h 167 clock_gettime(clocks[clock], &t);
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/
rsCppUtils.h 167 clock_gettime(clocks[clock], &t);
  /system/core/libbacktrace/
BacktraceThread.cpp 112 if (clock_gettime(CLOCK_MONOTONIC, &ts) == -1) {
113 BACK_LOGW("clock_gettime failed: %s", strerror(errno));
  /system/core/liblog/tests/
benchmark_main.cpp 54 clock_gettime(CLOCK_MONOTONIC, &t);
  /system/extras/tests/bionic/libc/common/
test_pthread_rwlock.c 77 clock_gettime(CLOCK_MONOTONIC, ts);
  /system/extras/tests/bionic/libc/other/
test_jpeg.c 225 if ( clock_gettime( CLOCK_MONOTONIC, &ts ) < 0 )
226 fprintf(stderr, "clock_gettime: %s\n", strerror(errno) );
test_zlib.c 162 if ( clock_gettime( CLOCK_MONOTONIC, &ts ) < 0 )
163 fprintf(stderr, "clock_gettime: %s\n", strerror(errno) );
  /art/runtime/
utils.cc 144 clock_gettime(CLOCK_MONOTONIC, &now);
156 clock_gettime(CLOCK_MONOTONIC, &now);
168 clock_gettime(CLOCK_MONOTONIC, &now);
180 clock_gettime(CLOCK_THREAD_CPUTIME_ID, &now);
200 clock_gettime(clock, ts);
    [all...]
  /bionic/libc/bionic/
libc_logging.cpp 506 clock_gettime(CLOCK_REALTIME, &ts);
568 clock_gettime(CLOCK_REALTIME, &ts);
  /device/moto/shamu/camera/QCamera/HAL/usbcamcore/src/
QCameraMjpegDecode.cpp 656 if (clock_gettime(CLOCK_REALTIME, p_timer))
684 int rc = clock_gettime(CLOCK_REALTIME, &ts);
  /external/bluetooth/bluedroid/gki/ulinux/
gki_ulinux.c 112 clock_gettime(CLOCK_BOOTTIME, &ts_now);
784 clock_gettime(CLOCK_MONOTONIC, &abstime);
    [all...]
  /external/chromium_org/third_party/libusb/src/libusb/os/
openbsd_usb.c 597 return clock_gettime(CLOCK_REALTIME, tp);
600 return clock_gettime(CLOCK_MONOTONIC, tp);
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
_solaris.h 325 * Because clock_gettime() on Solaris/x86 2.4 always generates a
333 #define GETTIME(tt) clock_gettime(CLOCK_REALTIME, (tt))
522 * Because clock_gettime() on Solaris/x86 always generates a
529 #define GETTIME(tt) clock_gettime(CLOCK_REALTIME, (tt))
  /frameworks/av/media/libeffects/visualizer/
EffectVisualizer.cpp 97 if (clock_gettime(CLOCK_MONOTONIC, &ts) == 0) {
394 if (clock_gettime(CLOCK_MONOTONIC, &pContext->mBufferUpdateTime) < 0) {
  /frameworks/wilhelm/tests/sandbox/
playbq.c 583 clock_gettime(CLOCK_MONOTONIC, &prevTs);
599 clock_gettime(CLOCK_MONOTONIC, &curTs);
playbq.cpp 583 clock_gettime(CLOCK_MONOTONIC, &prevTs);
599 clock_gettime(CLOCK_MONOTONIC, &curTs);
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/sys/
linux-unistd.h 125 int clock_gettime (clockid_t clk_id, struct timespec *tp);
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/sys/
linux-unistd.h 125 int clock_gettime (clockid_t clk_id, struct timespec *tp);
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/sys/
linux-unistd.h 125 int clock_gettime (clockid_t clk_id, struct timespec *tp);
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/sys/
linux-unistd.h 125 int clock_gettime (clockid_t clk_id, struct timespec *tp);
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/sys/
linux-unistd.h 125 int clock_gettime (clockid_t clk_id, struct timespec *tp);

Completed in 1305 milliseconds

1 2 3 4 5 6 7 891011>>