Searched refs:pTransceiveInfo (Results 1 – 7 of 7) sorted by relevance
/packages/apps/Nfc/nci/jni/extns/pn54x/src/mifare/ |
D | phNxpExtns_MifareStd.c | 35 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 …]
|
D | phFriNfc_SmtCrdFmt.h | 91 …phNfc_sTransceiveInfo_t *pTransceiveInfo; /* Pointer to the Transceive information… member
|
D | phFriNfc_SmtCrdFmt.c | 94 NdefSmtCrdFmt->pTransceiveInfo = LowerDevice; in phFriNfc_NdefSmtCrd_Reset()
|
D | phNxpExtns_MifareStd.h | 213 NFCSTATUS phFriNfc_ExtnsTransceive(phNfc_sTransceiveInfo_t *pTransceiveInfo,
|
D | phFriNfc_NdefMap.h | 335 phNfc_sTransceiveInfo_t *pTransceiveInfo; member
|
D | phFriNfc_MifareStdMap.c | 425 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()
|
D | phFriNfc_MifStdFormat.c | 472 Result = phFriNfc_ExtnsTransceive(NdefSmtCrdFmt->pTransceiveInfo, in phFriNfc_MfStd_H_Transceive()
|