Home
last modified time | relevance | path

Searched refs:pCallBck (Results 1 – 2 of 2) sorted by relevance

/external/libnfc-nxp/Linux_x86/
DphOsalNfc_Timer.c79 if((timer_msg != NULL) && (timer_msg->pCallBck != NULL)) in phOsalNfc_Timer_DeferredCall()
80 timer_msg->pCallBck(timer_msg->TimerId, timer_msg->pContext); in phOsalNfc_Timer_DeferredCall()
139 timer_msg->pCallBck = timers[timerid].callback; in phOsalNfc_Timer_Expired()
/external/libnfc-nxp/src/
DphOsalNfc_Timer.h90 ppCallBck_t pCallBck;/**< pointer to Timer Callback*/ member