Home
last modified time | relevance | path

Searched refs:phLibNfc_sTransceiveInfo_t (Results 1 – 5 of 5) sorted by relevance

/external/libnfc-nxp/src/
DphLibNfc_Internal.h239 phLibNfc_sTransceiveInfo_t *psTransInfo;
240 phLibNfc_sTransceiveInfo_t *psBufferedAuth;
DphLibNfc_ndef_raw.c204 =(phLibNfc_sTransceiveInfo_t *) in phLibNfc_Ndef_Read()
205 phOsalNfc_GetMemory(sizeof(phLibNfc_sTransceiveInfo_t)); in phLibNfc_Ndef_Read()
460 =(phLibNfc_sTransceiveInfo_t *) in phLibNfc_Ndef_Write()
461 phOsalNfc_GetMemory(sizeof(phLibNfc_sTransceiveInfo_t)); in phLibNfc_Ndef_Write()
630 gpphLibContext->psTransInfo = (phLibNfc_sTransceiveInfo_t *) in phLibNfc_Ndef_Init()
631 phOsalNfc_GetMemory(sizeof(phLibNfc_sTransceiveInfo_t)); in phLibNfc_Ndef_Init()
988 =(phLibNfc_sTransceiveInfo_t *) in phLibNfc_Ndef_CheckNdef_Cb()
989 phOsalNfc_GetMemory(sizeof(phLibNfc_sTransceiveInfo_t)); in phLibNfc_Ndef_CheckNdef_Cb()
1100 =(phLibNfc_sTransceiveInfo_t *) in phLibNfc_Ndef_ChkNdef_Pchk_Cb()
1101 phOsalNfc_GetMemory(sizeof(phLibNfc_sTransceiveInfo_t)); in phLibNfc_Ndef_ChkNdef_Pchk_Cb()
DphLibNfc.h225 typedef phNfc_sTransceiveInfo_t phLibNfc_sTransceiveInfo_t; typedef
1540 phLibNfc_sTransceiveInfo_t* psTransceiveInfo,
DphLibNfc_initiator.c961 phLibNfc_sTransceiveInfo_t* psTransceiveInfo, in phLibNfc_RemoteDev_Transceive()
1019 sizeof(phLibNfc_sTransceiveInfo_t)); in phLibNfc_RemoteDev_Transceive()
1063 =(phLibNfc_sTransceiveInfo_t *) in phLibNfc_RemoteDev_Transceive()
1064 phOsalNfc_GetMemory(sizeof(phLibNfc_sTransceiveInfo_t)); in phLibNfc_RemoteDev_Transceive()
DphLibNfc_target.c299 sizeof(phLibNfc_sTransceiveInfo_t)); in phLibNfc_RemoteDev_Send()