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);
581 Llcp->hSymmTimer = phOsalNfc_Timer_Create();
582 if (Llcp->hSymmTimer == PH_OSALNFC_INVALID_TIMER_ID)
624 if (Llcp->hSymmTimer != PH_OSALNFC_INVALID_TIMER_ID)
626 phOsalNfc_Timer_Delete(Llcp->hSymmTimer);
708 phOsalNfc_Timer_Stop(Llcp->hSymmTimer);
754 Llcp->hSymmTimer,
    [all...]
phFriNfc_Llcp.h 340 uint32_t hSymmTimer;

Completed in 326 milliseconds