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 684 if(NULL == gpphLibContext->ndef_cntx.ndef_fmt)
687 gpphLibContext->ndef_cntx.ndef_fmt = (phFriNfc_sNdefSmtCrdFmt_t *)
690 if(NULL != gpphLibContext->ndef_cntx.ndef_fmt)
692 (void)memset(gpphLibContext->ndef_cntx.ndef_fmt,
720 if(NULL != gpphLibContext->ndef_cntx.ndef_fmt)
722 phOsalNfc_FreeMemory(gpphLibContext->ndef_cntx.ndef_fmt);
723 gpphLibContext->ndef_cntx.ndef_fmt = NULL;
    [all...]
phLibNfc_Internal.h 155 phFriNfc_sNdefSmtCrdFmt_t *ndef_fmt ; member in struct:phLibNfc_NdefInfo
phLibNfc.c 595 if(NULL != gpphLibContext->ndef_cntx.ndef_fmt)
597 phOsalNfc_FreeMemory(gpphLibContext->ndef_cntx.ndef_fmt);
598 gpphLibContext->ndef_cntx.ndef_fmt = NULL;
    [all...]

Completed in 97 milliseconds