Lines Matching full:tmsg
309 static phLibNfc_Message_t tMsg;
383 tMsg.eMsgType = PH_LIBNFC_DEFERREDCALL_MSG;
384 tMsg.pMsgData = &tDeferredInfo;
385 tMsg.Size = sizeof(tDeferredInfo);
387 phTmlNfc_DeferredCall(gpphTmlNfc_Context->dwCallbackThreadId, &tMsg);
421 static phLibNfc_Message_t tMsg;
483 tMsg.eMsgType = PH_LIBNFC_DEFERREDCALL_MSG;
484 tMsg.pMsgData = &tDeferredInfo;
485 tMsg.Size = sizeof(tDeferredInfo);
499 &tMsg);
505 phTmlNfc_DeferredCall(gpphTmlNfc_Context->dwCallbackThreadId, &tMsg);