HomeSort by relevance Sort by last modified time
    Searched refs:pSendContext (Results 1 - 7 of 7) 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_Connectionless.c 142 pfSavedCallback(pLlcpSocket->pSendContext, status);
150 pLlcpSocket->pfSocketSend_Cb(pLlcpSocket->pSendContext, NFCSTATUS_ABORTED);
151 pLlcpSocket->pSendContext = NULL;
254 pLlcpSocket->pSendContext = pContext;
phFriNfc_Llcp.c 153 void * pSendContext;
177 pSendContext = Llcp->pSendContext;
180 Llcp->pSendContext = NULL;
182 (pfSendCB)(pSendContext, NFCSTATUS_FAILED);
    [all...]
phFriNfc_LlcpTransport_Connection.c 90 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;
762 psLocalLlcpSocket->pSendContext = NULL;
764 pfSendCb(pSendContext, NFCSTATUS_FAILED);
    [all...]
phFriNfc_Llcp.h 370 void *pSendContext;
phFriNfc_LlcpTransport.h 229 void *pSendContext;
    [all...]
phFriNfc_LlcpTransport.c 691 pLlcpTransport->pSocketTable[i].pSendContext = NULL;
    [all...]

Completed in 122 milliseconds