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

  /external/libnfc-nxp/src/
phOsalNfc_Timer.h 90 ppCallBck_t pCallBck;/**< pointer to Timer Callback*/
  /external/libnfc-nxp/Linux_x86/
phOsalNfc_Timer.c 79 if((timer_msg != NULL) && (timer_msg->pCallBck != NULL))
80 timer_msg->pCallBck(timer_msg->TimerId, timer_msg->pContext);
139 timer_msg->pCallBck = timers[timerid].callback;

Completed in 1198 milliseconds