/external/libnfc-nxp/src/ |
phOsalNfc_Timer.h | 74 * \param[in] TimerId Timer Id for which callback is called. 77 typedef void (*ppCallBck_t)(uint32_t TimerId, void *pContext); 89 uint32_t TimerId;/**< Timer ID*/ 131 * \param[in] TimerId valid timer ID obtained during timer creation. 142 * Application<<phOsalNfc [label="TIMERID"]; 143 * Application=>phOsalNfc [label="phOsalNfc_Timer_Start(TIMERID, TIMEOUT, CB)", URL="\ref phOsalNfc_Timer_Start"]; 149 void phOsalNfc_Timer_Start(uint32_t TimerId, 161 * \param[in] TimerId valid timer ID obtained suring timer creation. 167 * Application<<phOsalNfc [label="TIMERID"]; 168 * Application=>phOsalNfc [label="phOsalNfc_Timer_Start(TIMERID, TIMEOUT, CB)",URL="\ref phOsalNfc_Timer_Start"] [all...] |
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...] |
phFriNfc_Llcp.c | 264 static void phFriNfc_Llcp_Timer_CB(uint32_t TimerId, void *pContext) 268 PHNFC_UNUSED_VARIABLE(TimerId); [all...] |
/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-nci/halimpl/pn54x/tml/ |
phOsalNfc_Timer.h | 36 * TimerId - Timer Id for which callback is called. 39 typedef void (*pphOsalNfc_TimerCallbck_t)(uint32_t TimerId, void *pContext);
|
phOsalNfc_Timer.c | 35 * Defines the base address for generating timerid. 40 * Defines the value for invalid timerid returned during timeSetEvent 67 ** Returns TimerId 68 ** TimerId value of PH_OSALNFC_TIMER_ID_INVALID indicates that timer is not created - 101 pTimerHandle->TimerId = dwTimerId; 146 if( (dwIndex < PH_NFC_MAX_TIMER) && (0x00 != pTimerHandle->TimerId) && 202 /* Check whether the TimerId provided by user is valid */ 203 if( (dwIndex < PH_NFC_MAX_TIMER) && (0x00 != pTimerHandle->TimerId) && 255 /* Check whether the TimerId passed by user is valid and Deregistering of timer is successful */ 256 if( (dwIndex < PH_NFC_MAX_TIMER) && (0x00 != pTimerHandle->TimerId) [all...] |
/external/libnfc-nci/halimpl/pn54x/common/ |
phNfcCommon.h | 149 uint32_t TimerId; /* ID of the timer */
|
/external/libnfc-nci/halimpl/pn54x/dnld/ |
phDnldNfc_Internal.c | 86 static void phDnldNfc_RspTimeOutCb(uint32_t TimerId, void *pContext); 87 static void phDnldNfc_ResendTimeOutCb(uint32_t TimerId, void *pContext); 200 uint32_t TimerId; 218 TimerId = phOsalNfc_Timer_Create(); 220 if (0 == TimerId) 230 (pDlCtxt->TimerInfo.dwRspTimerId) = TimerId; 376 uint32_t TimerId; 392 TimerId = phOsalNfc_Timer_Create(); 394 if (0 == TimerId) 402 (pDlCtxt->TimerInfo.dwRspTimerId) = TimerId; [all...] |
/external/libnfc-nci/halimpl/pn54x/hal/ |
phNxpNciHal_ext.c | 66 static void hal_extns_write_rsp_timeout_cb(uint32_t TimerId, void *pContext); 1003 static void hal_extns_write_rsp_timeout_cb(uint32_t timerId, void *pContext) 1005 UNUSED(timerId);
|
/external/libnfc-nci/halimpl/pn54x/self-test/ |
phNxpNciHal_SelfTest.c | 661 static void hal_write_rsp_timeout_cb(uint32_t TimerId, void *pContext); 1003 static void hal_write_rsp_timeout_cb(uint32_t timerId, void *pContext) 1005 UNUSED(timerId); [all...] |