Searched refs:custom_poll_timer (Results 1 - 1 of 1) sorted by relevance

/external/libnfc-nci/halimpl/pn54x/hal/
H A DphNxpNciHal_NfcDepSWPrio.c47 static uint32_t custom_poll_timer; variable
94 phOsalNfc_Timer_Delete(custom_poll_timer);
253 custom_poll_timer = phOsalNfc_Timer_Create();
254 NXPLOG_NCIHAL_D("custom poll timer started - %d", custom_poll_timer);
256 status = phOsalNfc_Timer_Start(custom_poll_timer,
292 phOsalNfc_Timer_Stop(custom_poll_timer);
293 phOsalNfc_Timer_Delete(custom_poll_timer);
301 phOsalNfc_Timer_Stop(custom_poll_timer);
302 phOsalNfc_Timer_Delete(custom_poll_timer);
441 status |= phOsalNfc_Timer_Stop(custom_poll_timer);
[all...]

Completed in 55 milliseconds