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

1 2 3

  /system/extras/tests/bionic/libc/other/
test_timer_create3.c 39 * can be done by calling timer_settime() with an it_interval
60 timer_settime(tid, TIMER_ABSTIME, &ts, NULL);
86 if (timer_settime (tid, TIMER_ABSTIME, &ts, &ots) < 0)
88 perror ("timer_settime");
test_timer_create.c 70 if (timer_settime (tid, TIMER_ABSTIME, &ts, &ots) < 0)
72 perror ("timer_settime");
test_timer_create2.c 69 if (timer_settime (tid, TIMER_ABSTIME, &ts, &ots) < 0)
71 perror ("timer_settime");
  /packages/apps/Nfc/nci/jni/
IntervalTimer.cpp 57 stat = timer_settime(mTimerId, 0, &ts, 0);
  /external/bluetooth/bluedroid/hci/src/
lpm.c 159 status = timer_settime(bt_lpm_cb.timer_id, 0, &ts, 0);
186 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/libc/include/
time.h 110 extern int timer_settime(timer_t timerid, int flags, const struct itimerspec *value, struct itimerspec *ovalue);
  /development/ndk/platforms/android-3/include/
time.h 113 extern int timer_settime(timer_t timerid, int flags, const struct itimerspec *value, struct itimerspec *ovalue);
  /development/ndk/platforms/android-8/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-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);
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/
time.h 111 extern int timer_settime(timer_t timerid, int flags, const struct itimerspec *value, struct itimerspec *ovalue);
  /prebuilts/ndk/5/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/6/platforms/android-3/arch-arm/usr/include/
time.h 111 extern int timer_settime(timer_t timerid, int flags, const struct itimerspec *value, struct itimerspec *ovalue);
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/
time.h 111 extern int timer_settime(timer_t timerid, int flags, const struct itimerspec *value, struct itimerspec *ovalue);
  /prebuilts/ndk/6/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/6/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);
  /prebuilts/ndk/7/platforms/android-14/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/7/platforms/android-14/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/7/platforms/android-3/arch-arm/usr/include/
time.h 113 extern int timer_settime(timer_t timerid, int flags, const struct itimerspec *value, struct itimerspec *ovalue);
  /prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/
time.h 113 extern int timer_settime(timer_t timerid, int flags, const struct itimerspec *value, struct itimerspec *ovalue);

Completed in 547 milliseconds

1 2 3