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

1 2 3 4

  /external/strace/tests/
timer_xettime.test 3 # Check timer_settime and timer_gettime syscalls decoding.
9 syscalls=timer_create,timer_settime,timer_gettime
  /packages/apps/Nfc/nci/jni/
IntervalTimer.cpp 57 stat = timer_settime(mTimerId, 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 97 extern int timer_settime(timer_t, int, const struct itimerspec*, struct itimerspec*) __LIBC_ABI_PUBLIC__;
  /development/ndk/platforms/android-21/include/
time.h 95 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);
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/
time.h 115 extern int timer_settime(timer_t timerid, int flags, const struct itimerspec *value, struct itimerspec *ovalue);
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/
time.h 115 extern int timer_settime(timer_t timerid, int flags, const struct itimerspec *value, struct itimerspec *ovalue);
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/
time.h 115 extern int timer_settime(timer_t timerid, int flags, const struct itimerspec *value, struct itimerspec *ovalue);
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/
time.h 115 extern int timer_settime(timer_t timerid, int flags, const struct itimerspec *value, struct itimerspec *ovalue);
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/
time.h 115 extern int timer_settime(timer_t timerid, int flags, const struct itimerspec *value, struct itimerspec *ovalue);
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/
time.h 115 extern int timer_settime(timer_t timerid, int flags, const struct itimerspec *value, struct itimerspec *ovalue);
  /prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/
time.h 115 extern int timer_settime(timer_t timerid, int flags, const struct itimerspec *value, struct itimerspec *ovalue);
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/
time.h 115 extern int timer_settime(timer_t timerid, int flags, const struct itimerspec *value, struct itimerspec *ovalue);
  /prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/
time.h 115 extern int timer_settime(timer_t timerid, int flags, const struct itimerspec *value, struct itimerspec *ovalue);
  /prebuilts/ndk/current/platforms/android-15/arch-arm/usr/include/
time.h 115 extern int timer_settime(timer_t timerid, int flags, const struct itimerspec *value, struct itimerspec *ovalue);
  /prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/
time.h 115 extern int timer_settime(timer_t timerid, int flags, const struct itimerspec *value, struct itimerspec *ovalue);
  /prebuilts/ndk/current/platforms/android-15/arch-x86/usr/include/
time.h 115 extern int timer_settime(timer_t timerid, int flags, const struct itimerspec *value, struct itimerspec *ovalue);
  /prebuilts/ndk/current/platforms/android-16/arch-arm/usr/include/
time.h 115 extern int timer_settime(timer_t timerid, int flags, const struct itimerspec *value, struct itimerspec *ovalue);
  /prebuilts/ndk/current/platforms/android-16/arch-mips/usr/include/
time.h 115 extern int timer_settime(timer_t timerid, int flags, const struct itimerspec *value, struct itimerspec *ovalue);
  /prebuilts/ndk/current/platforms/android-16/arch-x86/usr/include/
time.h 115 extern int timer_settime(timer_t timerid, int flags, const struct itimerspec *value, struct itimerspec *ovalue);
  /prebuilts/ndk/current/platforms/android-17/arch-arm/usr/include/
time.h 115 extern int timer_settime(timer_t timerid, int flags, const struct itimerspec *value, struct itimerspec *ovalue);
  /prebuilts/ndk/current/platforms/android-17/arch-mips/usr/include/
time.h 115 extern int timer_settime(timer_t timerid, int flags, const struct itimerspec *value, struct itimerspec *ovalue);
  /prebuilts/ndk/current/platforms/android-17/arch-x86/usr/include/
time.h 115 extern int timer_settime(timer_t timerid, int flags, const struct itimerspec *value, struct itimerspec *ovalue);

Completed in 2698 milliseconds

1 2 3 4