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

  /external/libnfc-nxp/src/
phLibNfc_ndef_raw.c 681 if(NULL == gpphLibContext->ndef_cntx.ndef_fmt)
684 gpphLibContext->ndef_cntx.ndef_fmt = (phFriNfc_sNdefSmtCrdFmt_t *)
687 if(NULL != gpphLibContext->ndef_cntx.ndef_fmt)
689 (void)memset(gpphLibContext->ndef_cntx.ndef_fmt,
717 if(NULL != gpphLibContext->ndef_cntx.ndef_fmt)
719 phOsalNfc_FreeMemory(gpphLibContext->ndef_cntx.ndef_fmt);
720 gpphLibContext->ndef_cntx.ndef_fmt = NULL;
    [all...]
phLibNfc_Internal.h 151 phFriNfc_sNdefSmtCrdFmt_t *ndef_fmt ; member in struct:phLibNfc_NdefInfo
phLibNfc.c 583 if(NULL != gpphLibContext->ndef_cntx.ndef_fmt)
585 phOsalNfc_FreeMemory(gpphLibContext->ndef_cntx.ndef_fmt);
586 gpphLibContext->ndef_cntx.ndef_fmt = NULL;
    [all...]

Completed in 302 milliseconds