HomeSort by relevance Sort by last modified time
    Searched refs:CLOCK_MONOTONIC (Results 126 - 150 of 539) sorted by null

1 2 3 4 56 7 8 91011>>

  /frameworks/base/libs/hwui/renderthread/
TimeLord.cpp 37 nsecs_t now = systemTime(CLOCK_MONOTONIC);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
time.h 48 # define CLOCK_MONOTONIC 1
  /device/google/marlin/camera/QCamera2/stack/mm-camera-test/src/
cam_semaphore_tests.cpp 56 ASSERT_EQ(0, clock_gettime(CLOCK_MONOTONIC, &ts));
62 clock_gettime(CLOCK_MONOTONIC, &ts_end);
70 ASSERT_EQ(0, clock_gettime(CLOCK_MONOTONIC, &ts));
  /device/huawei/angler/camera/QCamera2/stack/mm-camera-test/src/
cam_semaphore_tests.cpp 56 ASSERT_EQ(0, clock_gettime(CLOCK_MONOTONIC, &ts));
62 clock_gettime(CLOCK_MONOTONIC, &ts_end);
70 ASSERT_EQ(0, clock_gettime(CLOCK_MONOTONIC, &ts));
  /device/lge/bullhead/camera/QCamera2/stack/mm-camera-test/src/
cam_semaphore_tests.cpp 56 ASSERT_EQ(0, clock_gettime(CLOCK_MONOTONIC, &ts));
62 clock_gettime(CLOCK_MONOTONIC, &ts_end);
70 ASSERT_EQ(0, clock_gettime(CLOCK_MONOTONIC, &ts));
  /frameworks/av/media/libaaudio/src/utility/
AudioClock.h 33 static int64_t getNanoseconds(clockid_t clockId = CLOCK_MONOTONIC) {
48 * @param clockId CLOCK_MONOTONIC is default
52 clockid_t clockId = CLOCK_MONOTONIC) {
78 * @param clockId CLOCK_MONOTONIC is default
81 static int sleepForNanos(int64_t nanoseconds, clockid_t clockId = CLOCK_MONOTONIC) {
  /hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-test/src/
cam_semaphore_tests.cpp 56 ASSERT_EQ(0, clock_gettime(CLOCK_MONOTONIC, &ts));
62 clock_gettime(CLOCK_MONOTONIC, &ts_end);
70 ASSERT_EQ(0, clock_gettime(CLOCK_MONOTONIC, &ts));
  /hardware/intel/img/hwcomposer/merrifield/common/observers/
SoftVsyncObserver.cpp 104 mNextFakeVSync = systemTime(CLOCK_MONOTONIC) + mRefreshPeriod;
126 const nsecs_t now = systemTime(CLOCK_MONOTONIC);
142 err = clock_nanosleep(CLOCK_MONOTONIC, TIMER_ABSTIME, &spec, NULL);
  /hardware/intel/img/hwcomposer/moorefield_hdmi/common/observers/
SoftVsyncObserver.cpp 100 mNextFakeVSync = systemTime(CLOCK_MONOTONIC) + mRefreshPeriod;
122 const nsecs_t now = systemTime(CLOCK_MONOTONIC);
138 err = clock_nanosleep(CLOCK_MONOTONIC, TIMER_ABSTIME, &spec, NULL);
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/src/
chrono.cpp 13 #include <time.h> // clock_gettime, CLOCK_MONOTONIC and CLOCK_REALTIME
19 #if !defined(_LIBCPP_HAS_NO_MONOTONIC_CLOCK) && !defined(CLOCK_MONOTONIC)
72 #ifdef CLOCK_MONOTONIC
78 if (0 != clock_gettime(CLOCK_MONOTONIC, &tp))
79 __throw_system_error(errno, "clock_gettime(CLOCK_MONOTONIC) failed");
  /frameworks/base/libs/hwui/
FrameInfo.h 106 set(FrameInfoIndex::SyncStart) = systemTime(CLOCK_MONOTONIC);
110 set(FrameInfoIndex::IssueDrawCommandsStart) = systemTime(CLOCK_MONOTONIC);
114 set(FrameInfoIndex::SwapBuffers) = systemTime(CLOCK_MONOTONIC);
118 set(FrameInfoIndex::FrameCompleted) = systemTime(CLOCK_MONOTONIC);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
time.h 63 # define CLOCK_MONOTONIC 1
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
time.h 63 # define CLOCK_MONOTONIC 1
  /bionic/benchmarks/
time_benchmark.cpp 27 clock_gettime(CLOCK_MONOTONIC, &t);
35 syscall(__NR_clock_gettime, CLOCK_MONOTONIC, &t);
  /external/compiler-rt/test/tsan/
bench.h 35 clock_gettime(CLOCK_MONOTONIC, &tp0);
38 clock_gettime(CLOCK_MONOTONIC, &tp1);
  /external/libmicrohttpd/src/microhttpd/
internal.c 185 #ifdef CLOCK_MONOTONIC
188 if (0 == clock_gettime (CLOCK_MONOTONIC, &ts))
  /external/ltp/testcases/kernel/syscalls/poll/
poll02.c 70 tst_timer_start(CLOCK_MONOTONIC);
106 tst_timer_check(CLOCK_MONOTONIC);
  /external/ltp/testcases/kernel/syscalls/select/
select04.c 75 tst_timer_start(CLOCK_MONOTONIC);
111 tst_timer_check(CLOCK_MONOTONIC);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_create/
7-1.c 10 * Test that CLOCK_MONOTONIC is supported by timer_create().
12 * Same test as 1-1.c with CLOCK_MONOTONIC.
34 #ifdef CLOCK_MONOTONIC
36 printf("CLOCK_MONOTONIC unsupported\n");
68 if (timer_create(CLOCK_MONOTONIC, &ev, &tid) != 0) {
95 printf("CLOCK_MONOTONIC unsupported\n");
  /packages/apps/Nfc/nci/jni/
CondVar.cpp 42 pthread_condattr_setclock(&attr, CLOCK_MONOTONIC);
105 if (clock_gettime (CLOCK_MONOTONIC, &absoluteTime) == -1)
  /system/nfc/halimpl/bcm2079x/adaptation/
CondVar.cpp 42 pthread_condattr_setclock(&attr, CLOCK_MONOTONIC);
96 if (clock_gettime(CLOCK_MONOTONIC, &absoluteTime) == -1) {
  /frameworks/av/cmds/screenrecord/
FrameOutput.cpp 136 startWhenNsec = systemTime(CLOCK_MONOTONIC);
145 pixWhenNsec = systemTime(CLOCK_MONOTONIC);
149 endWhenNsec = systemTime(CLOCK_MONOTONIC);
174 startWhenNsec = systemTime(CLOCK_MONOTONIC);
179 endWhenNsec = systemTime(CLOCK_MONOTONIC);
  /external/ltp/testcases/kernel/syscalls/clock_nanosleep/
clock_nanosleep01.c 69 .clk_id = CLOCK_MONOTONIC,
113 tst_timer_check(CLOCK_MONOTONIC);
130 tst_timer_start(CLOCK_MONOTONIC);
  /external/autotest/client/site_tests/platform_TraceClockMonotonic/src/
ftrace-clock-monotonic.c 24 ret = clock_gettime(CLOCK_MONOTONIC, &ts);
  /external/c-ares/
ares__timeval.c 48 if(0 == clock_gettime(CLOCK_MONOTONIC, &tsnow)) {

Completed in 887 milliseconds

1 2 3 4 56 7 8 91011>>