Home
last modified time | relevance | path

Searched refs:ndef_fmt (Results 1 – 3 of 3) sorted by relevance

/external/libnfc-nxp/src/
DphLibNfc_ndef_raw.c684 if(NULL == gpphLibContext->ndef_cntx.ndef_fmt) in phLibNfc_Ndef_Init()
687 gpphLibContext->ndef_cntx.ndef_fmt = (phFriNfc_sNdefSmtCrdFmt_t *) in phLibNfc_Ndef_Init()
690 if(NULL != gpphLibContext->ndef_cntx.ndef_fmt) in phLibNfc_Ndef_Init()
692 (void)memset(gpphLibContext->ndef_cntx.ndef_fmt, in phLibNfc_Ndef_Init()
720 if(NULL != gpphLibContext->ndef_cntx.ndef_fmt) in phLibNfc_Ndef_DeInit()
722 phOsalNfc_FreeMemory(gpphLibContext->ndef_cntx.ndef_fmt); in phLibNfc_Ndef_DeInit()
723 gpphLibContext->ndef_cntx.ndef_fmt = NULL; in phLibNfc_Ndef_DeInit()
1307 RetVal = phFriNfc_NdefSmtCrd_Reset(gpphLibContext->ndef_cntx.ndef_fmt, in phLibNfc_RemoteDev_FormatNdef()
1316 RetVal = phFriNfc_NdefSmtCrd_SetCR(gpphLibContext->ndef_cntx.ndef_fmt, in phLibNfc_RemoteDev_FormatNdef()
1327 RetVal = phFriNfc_NdefSmtCrd_Format(gpphLibContext->ndef_cntx.ndef_fmt, in phLibNfc_RemoteDev_FormatNdef()
[all …]
DphLibNfc_Internal.h155 phFriNfc_sNdefSmtCrdFmt_t *ndef_fmt ; member
DphLibNfc.c595 if(NULL != gpphLibContext->ndef_cntx.ndef_fmt) in phLibNfc_Mgt_Reset()
597 phOsalNfc_FreeMemory(gpphLibContext->ndef_cntx.ndef_fmt); in phLibNfc_Mgt_Reset()
598 gpphLibContext->ndef_cntx.ndef_fmt = NULL; in phLibNfc_Mgt_Reset()