Searched refs:pSend_RspCb (Results 1 – 8 of 8) sorted by relevance
/external/libnfc-nxp/src/ |
D | phLibNfc_llcp.c | 1044 pphLibNfc_LlcpSocketSendCb_t pSend_RspCb, in phLibNfc_Llcp_Send() argument 1064 (pSend_RspCb == NULL)) in phLibNfc_Llcp_Send() 1079 pSend_RspCb, in phLibNfc_Llcp_Send() 1089 pphLibNfc_LlcpSocketSendCb_t pSend_RspCb, in phLibNfc_Llcp_SendTo() argument 1109 (pSend_RspCb == NULL)) in phLibNfc_Llcp_SendTo() 1125 pSend_RspCb, in phLibNfc_Llcp_SendTo()
|
D | phFriNfc_LlcpTransport_Connectionless.h | 86 … pphFriNfc_LlcpTransportSocketSendCb_t pSend_RspCb,
|
D | phFriNfc_LlcpTransport_Connectionless.c | 244 … pphFriNfc_LlcpTransportSocketSendCb_t pSend_RspCb, in phFriNfc_LlcpTransport_Connectionless_SendTo() argument 250 pLlcpSocket->pfSocketSend_Cb = pSend_RspCb; in phFriNfc_LlcpTransport_Connectionless_SendTo()
|
D | phFriNfc_LlcpTransport_Connection.h | 268 … pphFriNfc_LlcpTransportSocketSendCb_t pSend_RspCb,
|
D | phFriNfc_LlcpTransport.h | 687 pphFriNfc_LlcpTransportSocketSendCb_t pSend_RspCb, 785 pphFriNfc_LlcpTransportSocketSendCb_t pSend_RspCb,
|
D | phLibNfc.h | 3047 pphLibNfc_LlcpSocketSendCb_t pSend_RspCb, 3083 pphLibNfc_LlcpSocketSendCb_t pSend_RspCb,
|
D | phFriNfc_LlcpTransport.c | 2032 pphFriNfc_LlcpTransportSocketSendCb_t pSend_RspCb, in phFriNfc_LlcpTransport_Send() argument 2038 if(pLlcpSocket == NULL || psBuffer == NULL || pSend_RspCb == NULL || pContext == NULL) in phFriNfc_LlcpTransport_Send() 2066 pSend_RspCb, in phFriNfc_LlcpTransport_Send() 2170 pphFriNfc_LlcpTransportSocketSendCb_t pSend_RspCb, in phFriNfc_LlcpTransport_SendTo() argument 2176 if(pLlcpSocket == NULL || psBuffer == NULL || pSend_RspCb == NULL || pContext == NULL) in phFriNfc_LlcpTransport_SendTo() 2223 pSend_RspCb, in phFriNfc_LlcpTransport_SendTo()
|
D | phFriNfc_LlcpTransport_Connection.c | 2214 … pphFriNfc_LlcpTransportSocketSendCb_t pSend_RspCb, in phFriNfc_LlcpTransport_ConnectionOriented_Send() argument 2224 pLlcpSocket->pfSocketSend_Cb = pSend_RspCb; in phFriNfc_LlcpTransport_ConnectionOriented_Send() 2242 pLlcpSocket->pfSocketSend_Cb = pSend_RspCb; in phFriNfc_LlcpTransport_ConnectionOriented_Send() 2257 pLlcpSocket->pfSocketSend_Cb = pSend_RspCb; in phFriNfc_LlcpTransport_ConnectionOriented_Send()
|