HomeSort by relevance Sort by last modified time
    Searched defs:timerid (Results 1 - 2 of 2) 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...]
  /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];
304 timerid = ps_timer_info->timer_id[PH_LLCNFC_ACKTIMER];
321 PH_LLCNFC_DEBUG("OSAL START TIMER CALLED TIMER ID : 0x%02X\n", timerid);
322 phOsalNfc_Timer_Start (timerid, timer_resolution, Callback, NULL);
346 uint32_t timerid = 0 local
502 uint32_t timerid = 0; local
    [all...]

Completed in 85 milliseconds