Lines Matching refs:pSendContext
90 …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()
2229 pLlcpSocket->pSendContext = pContext; in phFriNfc_LlcpTransport_ConnectionOriented_Send()
2247 pLlcpSocket->pSendContext = pContext; in phFriNfc_LlcpTransport_ConnectionOriented_Send()
2262 pLlcpSocket->pSendContext = pContext; in phFriNfc_LlcpTransport_ConnectionOriented_Send()
2271 pLlcpSocket->pSendContext = NULL; in phFriNfc_LlcpTransport_ConnectionOriented_Send()