Searched defs:pSendContext (Results 1 - 5 of 5) sorted by relevance

/external/libnfc-nxp/src/
H A DphFriNfc_LlcpMacNfcip.c66 void *pSendContext; local
72 pSendContext = LlcpMac->MacSend_Context;
79 pfSendCB(pSendContext, status);
198 void *pSendContext; local
212 pSendContext = LlcpMac->MacSend_Context;
233 pfSendCB(pSendContext, Status);
H A DphFriNfc_Llcp.c153 void * pSendContext; local
177 pSendContext = Llcp->pSendContext;
180 Llcp->pSendContext = NULL;
182 (pfSendCB)(pSendContext, NFCSTATUS_FAILED);
1058 void *pSendContext; local
1068 pSendContext = Llcp->pSendContext;
1071 Llcp->pSendContext = NULL;
1073 (pfSendCB)(pSendContext, statu
[all...]
H A DphFriNfc_LlcpTransport.h229 void *pSendContext; member in struct:phFriNfc_LlcpTransport_Socket
H A DphFriNfc_LlcpTransport_Connection.c90 psTransport->pSocketTable[socketIndex].pfSocketSend_Cb(psTransport->pSocketTable[socketIndex].pSendContext,status);
104 psTransport->pSocketTable[socketIndex].pfSocketSend_Cb(psTransport->pSocketTable[socketIndex].pSendContext,status);
273 pLlcpSocket->pfSocketSend_Cb(pLlcpSocket->pSendContext, NFCSTATUS_ABORTED);
276 pLlcpSocket->pSendContext = NULL;
759 void* pSendContext = psLocalLlcpSocket->pSendContext; local
762 psLocalLlcpSocket->pSendContext = NULL;
764 pfSendCb(pSendContext, NFCSTATUS_FAILED);
2033 void* pSendContext = pLlcpSocket->pSendContext; local
[all...]
H A DphFriNfc_Llcp.h370 void *pSendContext; member in struct:phFriNfc_Llcp

Completed in 94 milliseconds