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

  /external/libnfc-nxp/src/
phFriNfc_Llcp.c 163 phOsalNfc_Timer_Stop(Llcp->hSymmTimer);
580 Llcp->hSymmTimer = phOsalNfc_Timer_Create();
581 if (Llcp->hSymmTimer == PH_OSALNFC_INVALID_TIMER_ID)
623 if (Llcp->hSymmTimer != PH_OSALNFC_INVALID_TIMER_ID)
625 phOsalNfc_Timer_Delete(Llcp->hSymmTimer);
708 phOsalNfc_Timer_Stop(Llcp->hSymmTimer);
766 Llcp->hSymmTimer,
    [all...]
phFriNfc_Llcp.h 346 uint32_t hSymmTimer;

Completed in 94 milliseconds