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 | 247 … pphFriNfc_LlcpTransportSocketSendCb_t pSend_RspCb, in phFriNfc_LlcpTransport_Connectionless_SendTo() argument 253 pLlcpSocket->pfSocketSend_Cb = pSend_RspCb; in phFriNfc_LlcpTransport_Connectionless_SendTo()
|
D | phFriNfc_LlcpTransport.h | 694 pphFriNfc_LlcpTransportSocketSendCb_t pSend_RspCb, 792 pphFriNfc_LlcpTransportSocketSendCb_t pSend_RspCb,
|
D | phFriNfc_LlcpTransport_Connection.h | 268 … pphFriNfc_LlcpTransportSocketSendCb_t pSend_RspCb,
|
D | phLibNfc.h | 3047 pphLibNfc_LlcpSocketSendCb_t pSend_RspCb, 3083 pphLibNfc_LlcpSocketSendCb_t pSend_RspCb,
|
D | phFriNfc_LlcpTransport.c | 2033 pphFriNfc_LlcpTransportSocketSendCb_t pSend_RspCb, in phFriNfc_LlcpTransport_Send() argument 2039 if(pLlcpSocket == NULL || psBuffer == NULL || pSend_RspCb == NULL || pContext == NULL) in phFriNfc_LlcpTransport_Send() 2067 pSend_RspCb, in phFriNfc_LlcpTransport_Send() 2171 pphFriNfc_LlcpTransportSocketSendCb_t pSend_RspCb, in phFriNfc_LlcpTransport_SendTo() argument 2177 if(pLlcpSocket == NULL || psBuffer == NULL || pSend_RspCb == NULL || pContext == NULL) in phFriNfc_LlcpTransport_SendTo() 2224 pSend_RspCb, in phFriNfc_LlcpTransport_SendTo()
|
D | phFriNfc_LlcpTransport_Connection.c | 2218 … pphFriNfc_LlcpTransportSocketSendCb_t pSend_RspCb, in phFriNfc_LlcpTransport_ConnectionOriented_Send() argument 2228 pLlcpSocket->pfSocketSend_Cb = pSend_RspCb; in phFriNfc_LlcpTransport_ConnectionOriented_Send() 2246 pLlcpSocket->pfSocketSend_Cb = pSend_RspCb; in phFriNfc_LlcpTransport_ConnectionOriented_Send() 2261 pLlcpSocket->pfSocketSend_Cb = pSend_RspCb; in phFriNfc_LlcpTransport_ConnectionOriented_Send()
|