Lines Matching full:pcontext
51 static void phTmlNfc_ReTxTimerCb(uint32_t dwTimerId, void* pContext);
243 ** pContext - context provided by upper layer
248 static void phTmlNfc_ReTxTimerCb(uint32_t dwTimerId, void* pContext) {
249 if ((gpphTmlNfc_Context->dwTimerId == dwTimerId) && (NULL == pContext)) {
639 ** pContext - context provided by upper layer
650 void* pContext) {
667 gpphTmlNfc_Context->tWriteInfo.pContext = pContext;
735 ** pContext - context provided by upper layer
746 void* pContext) {
763 gpphTmlNfc_Context->tReadInfo.pContext = pContext;
943 gpphTmlNfc_Context->tReadInfo.pContext, pTransactionInfo);
966 gpphTmlNfc_Context->tWriteInfo.pContext, pTransactionInfo);