HomeSort by relevance Sort by last modified time
    Searched refs:timerid (Results 1 - 7 of 7) sorted by null

  /external/libnfc-nxp/Linux_x86/
phOsalNfc_Timer.c 80 timer_msg->pCallBck(timer_msg->TimerId, timer_msg->pContext);
82 if ((timer_msg->TimerId >= MAX_NO_TIMERS) || (timer_msg->TimerId < 0))
84 printf("Bad TimerId=%d, should be <= to %d\n", timer_msg->TimerId, MAX_NO_TIMERS);
88 if(timers[timer_msg->TimerId].ptr != NULL)
90 phOsalNfc_FreeMemory(timers[timer_msg->TimerId].ptr);
91 timers[timer_msg->TimerId].ptr = NULL;
107 uint32_t timerid = (uint32_t)(sv.sival_int); local
109 if((timerid < MAX_NO_TIMERS)&&(timers[timerid].nIsStopped == 1)
172 uint32_t timerid; local
    [all...]
  /development/ndk/sources/android/libportable/arch-mips/
timer.c 23 timer_t *timerid)
35 return REAL(timer_create)(clockid, evp, timerid);
syscall.c 497 timer_t *timerid; local
502 timerid = va_arg(ap, timer_t *);
505 ret = WRAP(timer_create)(clockid, evp, timerid);
  /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);
118 extern int timer_gettime(timer_t timerid, struct itimerspec *value);
119 extern int timer_getoverrun(timer_t timerid);
  /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);
116 extern int timer_gettime(timer_t timerid, struct itimerspec *value);
117 extern int timer_getoverrun(timer_t timerid);
  /external/libnfc-nxp/src/
phLlcNfc_Timer.c 75 uint32_t TimerId,
85 uint32_t TimerId
93 uint32_t TimerId,
180 uint32_t timerid = 0; local
211 timerid = ps_timer_info->timer_id[PH_LLCNFC_CONNECTION_TO_INDEX];
248 timerid = ps_timer_info->timer_id[PH_LLCNFC_GUARDTIMER];
309 timerid = ps_timer_info->timer_id[PH_LLCNFC_ACKTIMER];
326 PH_LLCNFC_DEBUG("OSAL START TIMER CALLED TIMER ID : 0x%02X\n", timerid);
327 phOsalNfc_Timer_Start (timerid, timer_resolution, Callback, NULL);
351 uint32_t timerid = 0 local
510 uint32_t timerid = 0; local
    [all...]
  /external/fio/os/
os-mac.h 70 static inline int timer_settime(timer_t timerid, int flags,

Completed in 1231 milliseconds