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

/external/libnfc-nxp/src/
H A DphFriNfc_OvrHalCmd.h123 phHal_sDevInputParam_t *psDevInputParam; member in struct:phFriNfc_OvrHalCmdPol
134 phHal_sDevInputParam_t *psDevInputParam; member in struct:phFriNfc_OvrHalCmdCon
H A DphFriNfc_SmtCrdFmt.c79 phHal_sDevInputParam_t *psDevInputParam,
88 (*SendRecvBuffLen == 0) || (psDevInputParam == NULL) ||
144 NdefSmtCrdFmt->AddInfo.MfStdInfo.DevInputParam = psDevInputParam;
76 phFriNfc_NdefSmtCrd_Reset(phFriNfc_sNdefSmtCrdFmt_t *NdefSmtCrdFmt, void *LowerDevice, phHal_sRemoteDevInformation_t *psRemoteDevInfo, phHal_sDevInputParam_t *psDevInputParam, uint8_t *SendRecvBuffer, uint16_t *SendRecvBuffLen) argument
H A DphFriNfc_SmtCrdFmt.h370 * \param[in] psDevInputParam The Device input parameter, as used for the HAL POLL function.
392 phHal_sDevInputParam_t *psDevInputParam,
H A DphLibNfc_Internal.h214 phHal_sDevInputParam_t *psDevInputParam; member in struct:phLibNfc_LibContext
H A DphLibNfc_ndef_raw.c677 if(NULL == gpphLibContext->psDevInputParam )
679 gpphLibContext->psDevInputParam = (phHal_sDevInputParam_t *)
731 if(gpphLibContext->psDevInputParam !=NULL)
733 phOsalNfc_FreeMemory(gpphLibContext->psDevInputParam);
734 gpphLibContext->psDevInputParam = NULL;
799 gpphLibContext->psDevInputParam,
1310 gpphLibContext->psDevInputParam,
1443 gpphLibContext->psDevInputParam,
1475 gpphLibContext->psDevInputParam,
H A DphFriNfc_NdefMap.c95 phHal_sDevInputParam_t *psDevInputParam,
108 (psDevInputParam == NULL) ||
193 NdefMap->StdMifareContainer.DevInputParam = psDevInputParam;
199 NdefMap->FelicaPollDetails.DevInputParam = psDevInputParam;
92 phFriNfc_NdefMap_Reset( phFriNfc_NdefMap_t *NdefMap, void *LowerDevice, phHal_sRemoteDevInformation_t *psRemoteDevInfo, phHal_sDevInputParam_t *psDevInputParam, uint8_t *TrxBuffer, uint16_t TrxBufferSize, uint8_t *ReceiveBuffer, uint16_t *ReceiveLength, uint16_t *DataCount) argument
H A DphFriNfc_NdefMap.h982 * \param[in] psDevInputParam The Device input parameter, as used for the HAL POLL function.
1017 phHal_sDevInputParam_t *psDevInputParam,
H A DphLibNfc.c590 if(NULL != gpphLibContext->psDevInputParam)
592 phOsalNfc_FreeMemory(gpphLibContext->psDevInputParam);
593 gpphLibContext->psDevInputParam = NULL;

Completed in 285 milliseconds