Home
last modified time | relevance | path

Searched refs:psDevInputParam (Results 1 – 8 of 8) sorted by relevance

/external/libnfc-nxp/src/
DphFriNfc_OvrHalCmd.h123 phHal_sDevInputParam_t *psDevInputParam; member
134 phHal_sDevInputParam_t *psDevInputParam; member
DphFriNfc_SmtCrdFmt.c79 phHal_sDevInputParam_t *psDevInputParam, in phFriNfc_NdefSmtCrd_Reset() argument
88 (*SendRecvBuffLen == 0) || (psDevInputParam == NULL) || in phFriNfc_NdefSmtCrd_Reset()
144 NdefSmtCrdFmt->AddInfo.MfStdInfo.DevInputParam = psDevInputParam; in phFriNfc_NdefSmtCrd_Reset()
DphLibNfc_ndef_raw.c677 if(NULL == gpphLibContext->psDevInputParam ) in phLibNfc_Ndef_Init()
679 gpphLibContext->psDevInputParam = (phHal_sDevInputParam_t *) in phLibNfc_Ndef_Init()
731 if(gpphLibContext->psDevInputParam !=NULL) in phLibNfc_Ndef_DeInit()
733 phOsalNfc_FreeMemory(gpphLibContext->psDevInputParam); in phLibNfc_Ndef_DeInit()
734 gpphLibContext->psDevInputParam = NULL; in phLibNfc_Ndef_DeInit()
799 gpphLibContext->psDevInputParam, in phLibNfc_Ndef_CheckNdef()
1310 gpphLibContext->psDevInputParam, in phLibNfc_RemoteDev_FormatNdef()
1443 gpphLibContext->psDevInputParam, in phLibNfc_ConvertToReadOnlyNdef()
1475 gpphLibContext->psDevInputParam, in phLibNfc_ConvertToReadOnlyNdef()
DphFriNfc_NdefMap.c95 phHal_sDevInputParam_t *psDevInputParam, in phFriNfc_NdefMap_Reset() argument
108 (psDevInputParam == NULL) || in phFriNfc_NdefMap_Reset()
193 NdefMap->StdMifareContainer.DevInputParam = psDevInputParam; in phFriNfc_NdefMap_Reset()
199 NdefMap->FelicaPollDetails.DevInputParam = psDevInputParam; in phFriNfc_NdefMap_Reset()
DphFriNfc_SmtCrdFmt.h392 phHal_sDevInputParam_t *psDevInputParam,
DphLibNfc_Internal.h214 phHal_sDevInputParam_t *psDevInputParam; member
DphLibNfc.c590 if(NULL != gpphLibContext->psDevInputParam) in phLibNfc_Mgt_Reset()
592 phOsalNfc_FreeMemory(gpphLibContext->psDevInputParam); in phLibNfc_Mgt_Reset()
593 gpphLibContext->psDevInputParam = NULL; in phLibNfc_Mgt_Reset()
DphFriNfc_NdefMap.h1017 phHal_sDevInputParam_t *psDevInputParam,