Home | History | Annotate | Download | only in Linux_x86

Lines Matching defs:pContext

50    void* pContext;         /*!< Callback context. */
80 timer_msg->pCallBck(timer_msg->TimerId, timer_msg->pContext);
140 timer_msg->pContext = timers[timerid].pContext;
155 (timers[timerid].callback)(timerid, timers[timerid].pContext);
160 static void phOsalNfc_Timer_Dummy_Cb(uint32_t timerid, void *pContext) {}
212 void *pContext)
234 timers[TimerId].pContext = pContext;
277 timers[TimerId].pContext = NULL;