Home
last modified time | relevance | path

Searched refs:psSendInfo (Results 1 – 2 of 2) sorted by relevance

/external/libnfc-nxp/src/
DphFriNfc_Llcp.c168 if (Llcp->psSendInfo != NULL) in phFriNfc_Llcp_InternalDeactivate()
170 phFriNfc_Llcp_Deallocate(Llcp->psSendInfo); in phFriNfc_Llcp_InternalDeactivate()
171 Llcp->psSendInfo = NULL; in phFriNfc_Llcp_InternalDeactivate()
867 phNfc_sData_t *psSendInfo = NULL; in phFriNfc_Llcp_HandlePendingSend() local
891 psSendInfo = &sInfoBuffer; in phFriNfc_Llcp_HandlePendingSend()
901 psSendInfo = Llcp->psSendInfo; in phFriNfc_Llcp_HandlePendingSend()
905 Llcp->psSendInfo = NULL; in phFriNfc_Llcp_HandlePendingSend()
912 result = phFriNfc_Llcp_InternalSend(Llcp, psSendHeader, psSendSequence, psSendInfo); in phFriNfc_Llcp_HandlePendingSend()
929 phFriNfc_Llcp_Deallocate(psSendInfo); in phFriNfc_Llcp_HandlePendingSend()
1445 Llcp->psSendInfo = phFriNfc_Llcp_AllocateAndCopy(psInfo); in phFriNfc_Llcp_Send()
DphFriNfc_Llcp.h379 phNfc_sData_t *psSendInfo; member