HomeSort by relevance Sort by last modified time
    Searched refs:psDevInputParam (Results 1 - 8 of 8) sorted by null

  /external/libnfc-nxp/src/
phFriNfc_OvrHalCmd.h 123 phHal_sDevInputParam_t *psDevInputParam;
134 phHal_sDevInputParam_t *psDevInputParam;
phFriNfc_SmtCrdFmt.c 79 phHal_sDevInputParam_t *psDevInputParam,
88 (*SendRecvBuffLen == 0) || (psDevInputParam == NULL) ||
144 NdefSmtCrdFmt->AddInfo.MfStdInfo.DevInputParam = psDevInputParam;
phFriNfc_SmtCrdFmt.h 370 * \param[in] psDevInputParam The Device input parameter, as used for the HAL POLL function.
392 phHal_sDevInputParam_t *psDevInputParam,
phLibNfc_Internal.h 214 phHal_sDevInputParam_t *psDevInputParam;
phLibNfc_ndef_raw.c 677 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,
    [all...]
phFriNfc_NdefMap.c 95 phHal_sDevInputParam_t *psDevInputParam,
108 (psDevInputParam == NULL) ||
193 NdefMap->StdMifareContainer.DevInputParam = psDevInputParam;
199 NdefMap->FelicaPollDetails.DevInputParam = psDevInputParam;
    [all...]
phFriNfc_NdefMap.h     [all...]
phLibNfc.c 590 if(NULL != gpphLibContext->psDevInputParam)
592 phOsalNfc_FreeMemory(gpphLibContext->psDevInputParam);
593 gpphLibContext->psDevInputParam = NULL;
    [all...]

Completed in 116 milliseconds