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 210 phHal_sDevInputParam_t *psDevInputParam;
phLibNfc_ndef_raw.c 674 if(NULL == gpphLibContext->psDevInputParam )
676 gpphLibContext->psDevInputParam = (phHal_sDevInputParam_t *)
728 if(gpphLibContext->psDevInputParam !=NULL)
730 phOsalNfc_FreeMemory(gpphLibContext->psDevInputParam);
731 gpphLibContext->psDevInputParam = NULL;
796 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 578 if(NULL != gpphLibContext->psDevInputParam)
580 phOsalNfc_FreeMemory(gpphLibContext->psDevInputParam);
581 gpphLibContext->psDevInputParam = NULL;
    [all...]

Completed in 41 milliseconds