Home
last modified time | relevance | path

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

/external/libnfc-nxp/src/
DphLibNfc_target.c140 (phHal4Nfc_TransactInfo_t*)gpphLibContext->psTransInfo, in phLibNfc_RemoteDev_Receive()
295 if(gpphLibContext->psTransInfo!=NULL) in phLibNfc_RemoteDev_Send()
297 (void)memset(gpphLibContext->psTransInfo, in phLibNfc_RemoteDev_Send()
301 gpphLibContext->psTransInfo->addr =UNKNOWN_BLOCK_ADDRESS; in phLibNfc_RemoteDev_Send()
303 gpphLibContext->psTransInfo->sSendData.buffer = in phLibNfc_RemoteDev_Send()
306 gpphLibContext->psTransInfo->sSendData.length = in phLibNfc_RemoteDev_Send()
317 gpphLibContext->psTransInfo->sSendData, in phLibNfc_RemoteDev_Send()
DphLibNfc_initiator.c1017 (void)memcpy((void *)(gpphLibContext->psTransInfo), in phLibNfc_RemoteDev_Transceive()
1024 ( gpphLibContext->psTransInfo->cmd.MfCmd != phHal_eMifareRaw ) && in phLibNfc_RemoteDev_Transceive()
1025 ( gpphLibContext->psTransInfo->cmd.MfCmd != phHal_eMifareAuthentA ) && in phLibNfc_RemoteDev_Transceive()
1026 ( gpphLibContext->psTransInfo->cmd.MfCmd != phHal_eMifareAuthentB ) && in phLibNfc_RemoteDev_Transceive()
1027 ( gpphLibContext->psTransInfo->cmd.MfCmd != phHal_eMifareRead16 ) && in phLibNfc_RemoteDev_Transceive()
1028 ( gpphLibContext->psTransInfo->cmd.MfCmd != phHal_eMifareRead ) && in phLibNfc_RemoteDev_Transceive()
1029 ( gpphLibContext->psTransInfo->cmd.MfCmd != phHal_eMifareWrite16 ) && in phLibNfc_RemoteDev_Transceive()
1030 ( gpphLibContext->psTransInfo->cmd.MfCmd != phHal_eMifareWrite4 ) && in phLibNfc_RemoteDev_Transceive()
1031 ( gpphLibContext->psTransInfo->cmd.MfCmd != phHal_eMifareDec ) && in phLibNfc_RemoteDev_Transceive()
1032 ( gpphLibContext->psTransInfo->cmd.MfCmd != phHal_eMifareTransfer ) && in phLibNfc_RemoteDev_Transceive()
[all …]
DphLibNfc.c570 if(NULL != gpphLibContext->psTransInfo) in phLibNfc_Mgt_Reset()
572 phOsalNfc_FreeMemory(gpphLibContext->psTransInfo); in phLibNfc_Mgt_Reset()
573 gpphLibContext->psTransInfo = NULL; in phLibNfc_Mgt_Reset()
588 gpphLibContext->psTransInfo = NULL; in phLibNfc_Mgt_Reset()
DphLibNfc_Internal.h239 phLibNfc_sTransceiveInfo_t *psTransInfo; member
DphLibNfc_ndef_raw.c627 if(gpphLibContext->psTransInfo==NULL) in phLibNfc_Ndef_Init()
630 gpphLibContext->psTransInfo = (phLibNfc_sTransceiveInfo_t *) in phLibNfc_Ndef_Init()
633 if(gpphLibContext->psTransInfo==NULL) in phLibNfc_Ndef_Init()
736 if(gpphLibContext->psTransInfo!=NULL) in phLibNfc_Ndef_DeInit()
738 phOsalNfc_FreeMemory(gpphLibContext->psTransInfo); in phLibNfc_Ndef_DeInit()
739 gpphLibContext->psTransInfo= NULL; in phLibNfc_Ndef_DeInit()