HomeSort by relevance Sort by last modified time
    Searched defs:pSendContext (Results 1 - 5 of 5) sorted by null

  /external/libnfc-nxp/src/
phFriNfc_LlcpMacNfcip.c 66 void *pSendContext;
72 pSendContext = LlcpMac->MacSend_Context;
79 pfSendCB(pSendContext, status);
198 void *pSendContext;
212 pSendContext = LlcpMac->MacSend_Context;
233 pfSendCB(pSendContext, Status);
phFriNfc_LlcpTransport_Connection.c 103 psTransport->pSocketTable[psTransport->socketIndex].pfSocketSend_Cb(psTransport->pSocketTable[psTransport->socketIndex].pSendContext,status);
117 psTransport->pSocketTable[psTransport->socketIndex].pfSocketSend_Cb(psTransport->pSocketTable[psTransport->socketIndex].pSendContext,status);
272 pLlcpSocket->pfSocketSend_Cb(pLlcpSocket->pSendContext, NFCSTATUS_ABORTED);
275 pLlcpSocket->pSendContext = NULL;
763 void* pSendContext = psLocalLlcpSocket->pSendContext;
766 psLocalLlcpSocket->pSendContext = NULL;
768 pfSendCb(pSendContext, NFCSTATUS_FAILED);
    [all...]
phFriNfc_Llcp.c 153 void * pSendContext;
177 pSendContext = Llcp->pSendContext;
180 Llcp->pSendContext = NULL;
182 (pfSendCB)(pSendContext, NFCSTATUS_FAILED);
    [all...]
phFriNfc_LlcpTransport.h 228 void *pSendContext;
    [all...]
phFriNfc_Llcp.h 364 void *pSendContext;

Completed in 198 milliseconds