Home
last modified time | relevance | path

Searched refs:pTransceiveInfo (Results 1 – 7 of 7) sorted by relevance

/packages/apps/Nfc/nci/jni/extns/pn54x/src/mifare/
DphNxpExtns_MifareStd.c35 STATIC NFCSTATUS phLibNfc_SendRawCmd(phNfc_sTransceiveInfo_t* pTransceiveInfo,
37 STATIC NFCSTATUS phLibNfc_SendWrt16Cmd(phNfc_sTransceiveInfo_t* pTransceiveInfo,
39 STATIC NFCSTATUS phLibNfc_SendAuthCmd(phNfc_sTransceiveInfo_t *pTransceiveInfo,
42 phNfc_sTransceiveInfo_t* pTransceiveInfo,
44 STATIC NFCSTATUS phLibNfc_MifareMap(phNfc_sTransceiveInfo_t* pTransceiveInfo,
46 STATIC NFCSTATUS phLibNfc_ChkAuthCmdMFC(phNfc_sTransceiveInfo_t* pTransceiveInfo,
56 STATIC NFCSTATUS phLibNfc_SendWrt16CmdPayload(phNfc_sTransceiveInfo_t* pTransceiveInfo,
112 if( NdefMap->pTransceiveInfo != NULL ) in phNxpExtns_MfcModuleDeInit()
114 if( NdefMap->pTransceiveInfo->sSendData.buffer != NULL ) in phNxpExtns_MfcModuleDeInit()
116 free(NdefMap->pTransceiveInfo->sSendData.buffer); in phNxpExtns_MfcModuleDeInit()
[all …]
DphFriNfc_SmtCrdFmt.h91 …phNfc_sTransceiveInfo_t *pTransceiveInfo; /* Pointer to the Transceive information… member
DphFriNfc_SmtCrdFmt.c94 NdefSmtCrdFmt->pTransceiveInfo = LowerDevice; in phFriNfc_NdefSmtCrd_Reset()
DphNxpExtns_MifareStd.h213 NFCSTATUS phFriNfc_ExtnsTransceive(phNfc_sTransceiveInfo_t *pTransceiveInfo,
DphFriNfc_NdefMap.h335 phNfc_sTransceiveInfo_t *pTransceiveInfo; member
DphFriNfc_MifareStdMap.c425 status = phFriNfc_ExtnsTransceive (NdefMap->pTransceiveInfo, in phFriNfc_MifareStdMap_ChkNdef()
1041 status = phFriNfc_ExtnsTransceive (NdefMap->pTransceiveInfo, in phFriNfc_MifStd_H_RdABlock()
1210 status = phFriNfc_ExtnsTransceive (NdefMap->pTransceiveInfo, in phFriNfc_MifStd_H_WrABlock()
1314 status = phFriNfc_ExtnsTransceive (NdefMap->pTransceiveInfo, in phFriNfc_MifStd_H_AuthSector()
2528 Result = phFriNfc_ExtnsTransceive(NdefMap->pTransceiveInfo, in phFriNfc_MifStd_H_WriteNdefLen()
2601 Result = phFriNfc_ExtnsTransceive(NdefMap->pTransceiveInfo, in phFriNfc_MifStd_H_RdtoWrNdefLen()
3632 Result = phFriNfc_ExtnsTransceive(NdefMap->pTransceiveInfo, in phFriNfc_MifStd_H_Rd16Bytes()
4269 Result = phFriNfc_ExtnsTransceive(NdefMap->pTransceiveInfo, in phFriNfc_MifStd_H_WrTLV()
5704 status = phFriNfc_ExtnsTransceive(NdefMap->pTransceiveInfo, in phFriNfc_MifStd_H_WrSectorTrailorBlock()
DphFriNfc_MifStdFormat.c472 Result = phFriNfc_ExtnsTransceive(NdefSmtCrdFmt->pTransceiveInfo, in phFriNfc_MfStd_H_Transceive()