Home
last modified time | relevance | path

Searched refs:pfSocketSend_Cb (Results 1 – 4 of 4) sorted by relevance

/external/libnfc-nxp/src/
DphFriNfc_LlcpTransport_Connectionless.c41 if ((pSocket->pfSocketSend_Cb != NULL) && in phFriNfc_LlcpTransport_Connectionless_HandlePendingOperations()
138 pfSavedCallback = pLlcpSocket->pfSocketSend_Cb; in phFriNfc_LlcpTransport_Connectionless_SendTo_CB()
141 pLlcpSocket->pfSocketSend_Cb = NULL; in phFriNfc_LlcpTransport_Connectionless_SendTo_CB()
148 if (pLlcpSocket->pfSocketSend_Cb != NULL) in phFriNfc_LlcpTransport_Connectionless_Abort()
150 pLlcpSocket->pfSocketSend_Cb(pLlcpSocket->pSendContext, NFCSTATUS_ABORTED); in phFriNfc_LlcpTransport_Connectionless_Abort()
152 pLlcpSocket->pfSocketSend_Cb = NULL; in phFriNfc_LlcpTransport_Connectionless_Abort()
253 pLlcpSocket->pfSocketSend_Cb = pSend_RspCb; in phFriNfc_LlcpTransport_Connectionless_SendTo()
DphFriNfc_LlcpTransport_Connection.c82 psTempLlcpSocket.pfSocketSend_Cb(psTempLlcpSocket.pRejectContext,status); in phFriNfc_LlcpTransport_ConnectionOriented_SendLlcp_CB()
83 psTempLlcpSocket.pfSocketSend_Cb = NULL; in phFriNfc_LlcpTransport_ConnectionOriented_SendLlcp_CB()
88 …[socketIndex].bSocketSendPending && psTransport->pSocketTable[socketIndex].pfSocketSend_Cb != NULL) in phFriNfc_LlcpTransport_ConnectionOriented_SendLlcp_CB()
90 …psTransport->pSocketTable[socketIndex].pfSocketSend_Cb(psTransport->pSocketTable[socketIndex].pSen… in phFriNfc_LlcpTransport_ConnectionOriented_SendLlcp_CB()
91 psTransport->pSocketTable[socketIndex].pfSocketSend_Cb = NULL; in phFriNfc_LlcpTransport_ConnectionOriented_SendLlcp_CB()
102 …[socketIndex].bSocketSendPending && psTransport->pSocketTable[socketIndex].pfSocketSend_Cb != NULL) in phFriNfc_LlcpTransport_ConnectionOriented_SendLlcp_CB()
104 …psTransport->pSocketTable[socketIndex].pfSocketSend_Cb(psTransport->pSocketTable[socketIndex].pSen… in phFriNfc_LlcpTransport_ConnectionOriented_SendLlcp_CB()
105 psTransport->pSocketTable[socketIndex].pfSocketSend_Cb = NULL; in phFriNfc_LlcpTransport_ConnectionOriented_SendLlcp_CB()
271 if (pLlcpSocket->pfSocketSend_Cb != NULL) in phFriNfc_LlcpTransport_ConnectionOriented_Abort()
273 pLlcpSocket->pfSocketSend_Cb(pLlcpSocket->pSendContext, NFCSTATUS_ABORTED); in phFriNfc_LlcpTransport_ConnectionOriented_Abort()
[all …]
DphFriNfc_LlcpTransport.h211 pphFriNfc_LlcpTransportSocketSendCb_t pfSocketSend_Cb; member
DphFriNfc_LlcpTransport.c710 pLlcpTransport->pSocketTable[i].pfSocketSend_Cb = NULL; in phFriNfc_LlcpTransport_Reset()
2059 else if(pLlcpSocket->pfSocketSend_Cb != NULL) in phFriNfc_LlcpTransport_Send()
2197 else if(pLlcpSocket->pfSocketSend_Cb != NULL) in phFriNfc_LlcpTransport_SendTo()