HomeSort by relevance Sort by last modified time
    Searched full:timer_settime (Results 1 - 25 of 523) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /packages/apps/Nfc/nci/jni/
IntervalTimer.cpp 57 stat = timer_settime(mTimerId, 0, &ts, 0);
  /external/bluetooth/bluedroid/test/suite/support/
hal.c 93 timer_settime(timer, 0, &new_value, NULL);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/lib32/
librt-2.11.1.so 
librt.so 
librt.so.1 
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib32/
librt-2.11.1.so 
librt.so 
librt.so.1 
  /external/bluetooth/bluedroid/hci/src/
lpm.c 160 status = timer_settime(bt_lpm_cb.timer_id, 0, &ts, 0);
187 status = timer_settime(bt_lpm_cb.timer_id, 0, &ts, 0);
  /external/libnfc-nxp/Linux_x86/
phOsalNfc_Timer.c 237 timer_settime(timers[TimerId].handle, 0, &its, NULL);
258 timer_settime(timers[TimerId].handle, 0, &its, NULL);
  /bionic/tests/
time_test.cpp 142 ASSERT_EQ(0, timer_settime(t, TIMER_ABSTIME, &ts, NULL));
198 ASSERT_EQ(0, timer_settime(timer_id, TIMER_ABSTIME, &ts, NULL));
393 ASSERT_EQ(0, timer_settime(tdd.timer_id, TIMER_ABSTIME, &ts, NULL));
  /external/deqp/framework/delibs/deutil/
deTimer.c 227 if (timer_settime(timer->timer, 0, &tspec, DE_NULL) != 0)
248 if (timer_settime(timer->timer, 0, &tspec, DE_NULL) != 0)
266 timer_settime(timer->timer, 0, &tspec, DE_NULL);
  /bionic/libc/include/
time.h 93 extern int timer_settime(timer_t, int, const struct itimerspec*, struct itimerspec*) __LIBC_ABI_PUBLIC__;
  /development/ndk/platforms/android-3/include/
time.h 117 extern int timer_settime(timer_t timerid, int flags, const struct itimerspec *value, struct itimerspec *ovalue);
  /development/ndk/platforms/android-8/include/
time.h 115 extern int timer_settime(timer_t timerid, int flags, const struct itimerspec *value, struct itimerspec *ovalue);
  /development/ndk/platforms/android-L/include/
time.h 91 extern int timer_settime(timer_t, int, const struct itimerspec*, struct itimerspec*) __LIBC_ABI_PUBLIC__;
  /external/bluetooth/bluedroid/osi/test/
alarm_test.cpp 65 timer_settime(timer, 0, &wakeup_time, NULL);
  /external/fio/os/
os-mac.h 70 static inline int timer_settime(timer_t timerid, int flags, function
  /external/ltrace/sysdeps/linux-gnu/cris/
syscallent.h 281 "timer_settime",
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
time.h 109 extern int timer_settime(timer_t timerid, int flags, const struct itimerspec *value, struct itimerspec *ovalue);
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
time.h 109 extern int timer_settime(timer_t timerid, int flags, const struct itimerspec *value, struct itimerspec *ovalue);
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
time.h 109 extern int timer_settime(timer_t timerid, int flags, const struct itimerspec *value, struct itimerspec *ovalue);
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
time.h 109 extern int timer_settime(timer_t timerid, int flags, const struct itimerspec *value, struct itimerspec *ovalue);
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
time.h 109 extern int timer_settime(timer_t timerid, int flags, const struct itimerspec *value, struct itimerspec *ovalue);
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
time.h 109 extern int timer_settime(timer_t timerid, int flags, const struct itimerspec *value, struct itimerspec *ovalue);

Completed in 1445 milliseconds

1 2 3 4 5 6 7 8 91011>>