Home
last modified time | relevance | path

Searched refs:psOverHalCtxt (Results 1 – 4 of 4) sorted by relevance

/external/libnfc-nxp/src/
DphLibNfc_ndef_raw.c660 gpphLibContext->psOverHalCtxt =(phFriNfc_OvrHal_t *) in phLibNfc_Ndef_Init()
664 if(NULL == gpphLibContext->psOverHalCtxt) in phLibNfc_Ndef_Init()
671 (void)memset(gpphLibContext->psOverHalCtxt,0, in phLibNfc_Ndef_Init()
675 gpphLibContext->psOverHalCtxt->psHwReference = in phLibNfc_Ndef_Init()
726 if(gpphLibContext->psOverHalCtxt !=NULL) in phLibNfc_Ndef_DeInit()
728 phOsalNfc_FreeMemory(gpphLibContext->psOverHalCtxt); in phLibNfc_Ndef_DeInit()
729 gpphLibContext->psOverHalCtxt =NULL; in phLibNfc_Ndef_DeInit()
797 gpphLibContext->psOverHalCtxt, in phLibNfc_Ndef_CheckNdef()
1308 gpphLibContext->psOverHalCtxt, in phLibNfc_RemoteDev_FormatNdef()
1441 gpphLibContext->psOverHalCtxt, in phLibNfc_ConvertToReadOnlyNdef()
[all …]
DphLibNfc_Internal.h219 phFriNfc_OvrHal_t *psOverHalCtxt; member
DphLibNfc.c585 if(NULL != gpphLibContext->psOverHalCtxt) in phLibNfc_Mgt_Reset()
587 phOsalNfc_FreeMemory(gpphLibContext->psOverHalCtxt); in phLibNfc_Mgt_Reset()
DphLibNfc_llcp.c162 gpphLibContext->psOverHalCtxt, in phLibNfc_Mgt_SetLlcp_ConfigParams()