Home
last modified time | relevance | path

Searched refs:pSendContext (Results 1 – 7 of 7) sorted by relevance

/external/libnfc-nxp/src/
DphFriNfc_LlcpMacNfcip.c66 void *pSendContext; in phFriNfc_LlcpMac_Nfcip_TriggerSendCb() local
72 pSendContext = LlcpMac->MacSend_Context; in phFriNfc_LlcpMac_Nfcip_TriggerSendCb()
79 pfSendCB(pSendContext, status); in phFriNfc_LlcpMac_Nfcip_TriggerSendCb()
198 void *pSendContext; in phFriNfc_LlcpMac_Nfcip_Receive_Cb() local
212 pSendContext = LlcpMac->MacSend_Context; in phFriNfc_LlcpMac_Nfcip_Receive_Cb()
233 pfSendCB(pSendContext, Status); in phFriNfc_LlcpMac_Nfcip_Receive_Cb()
DphFriNfc_Llcp.c153 void * pSendContext; in phFriNfc_Llcp_InternalDeactivate() local
177 pSendContext = Llcp->pSendContext; in phFriNfc_Llcp_InternalDeactivate()
180 Llcp->pSendContext = NULL; in phFriNfc_Llcp_InternalDeactivate()
182 (pfSendCB)(pSendContext, NFCSTATUS_FAILED); in phFriNfc_Llcp_InternalDeactivate()
1058 void *pSendContext; in phFriNfc_Llcp_Send_CB() local
1068 pSendContext = Llcp->pSendContext; in phFriNfc_Llcp_Send_CB()
1071 Llcp->pSendContext = NULL; in phFriNfc_Llcp_Send_CB()
1073 (pfSendCB)(pSendContext, status); in phFriNfc_Llcp_Send_CB()
1433 Llcp->pSendContext = pContext; in phFriNfc_Llcp_Send()
DphFriNfc_LlcpTransport_Connectionless.c142 pfSavedCallback(pLlcpSocket->pSendContext, status); in phFriNfc_LlcpTransport_Connectionless_SendTo_CB()
150 pLlcpSocket->pfSocketSend_Cb(pLlcpSocket->pSendContext, NFCSTATUS_ABORTED); in phFriNfc_LlcpTransport_Connectionless_Abort()
151 pLlcpSocket->pSendContext = NULL; in phFriNfc_LlcpTransport_Connectionless_Abort()
254 pLlcpSocket->pSendContext = pContext; in phFriNfc_LlcpTransport_Connectionless_SendTo()
DphFriNfc_LlcpTransport_Connection.c90 …cketTable[socketIndex].pfSocketSend_Cb(psTransport->pSocketTable[socketIndex].pSendContext,status); in phFriNfc_LlcpTransport_ConnectionOriented_SendLlcp_CB()
104 …cketTable[socketIndex].pfSocketSend_Cb(psTransport->pSocketTable[socketIndex].pSendContext,status); in phFriNfc_LlcpTransport_ConnectionOriented_SendLlcp_CB()
273 pLlcpSocket->pfSocketSend_Cb(pLlcpSocket->pSendContext, NFCSTATUS_ABORTED); in phFriNfc_LlcpTransport_ConnectionOriented_Abort()
276 pLlcpSocket->pSendContext = NULL; in phFriNfc_LlcpTransport_ConnectionOriented_Abort()
759 void* pSendContext = psLocalLlcpSocket->pSendContext; in Handle_DisconnectFrame() local
762 psLocalLlcpSocket->pSendContext = NULL; in Handle_DisconnectFrame()
764 pfSendCb(pSendContext, NFCSTATUS_FAILED); in Handle_DisconnectFrame()
2033 void* pSendContext = pLlcpSocket->pSendContext; in phLibNfc_LlcpTransport_ConnectionOriented_Disconnect() local
2036 pLlcpSocket->pSendContext = NULL; in phLibNfc_LlcpTransport_ConnectionOriented_Disconnect()
2038 pfSendCb(pSendContext, NFCSTATUS_FAILED); in phLibNfc_LlcpTransport_ConnectionOriented_Disconnect()
[all …]
DphFriNfc_Llcp.h370 void *pSendContext; member
DphFriNfc_LlcpTransport.h229 void *pSendContext; member
DphFriNfc_LlcpTransport.c691 pLlcpTransport->pSocketTable[i].pSendContext = NULL; in phFriNfc_LlcpTransport_Reset()