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

  /external/libnfc-nxp/src/
phLibNfc_ndef_raw.c     [all...]
phLibNfc_Internal.h 247 phLibNfc_NdefRecInfo_t phLib_NdefRecCntx;
phLibNfc.c 623 if(NULL != gpphLibContext->phLib_NdefRecCntx.NdefCb)
625 phOsalNfc_FreeMemory(gpphLibContext->phLib_NdefRecCntx.NdefCb);
626 gpphLibContext->phLib_NdefRecCntx.NdefCb = NULL;
628 if(NULL != gpphLibContext->phLib_NdefRecCntx.ndef_message.buffer)
630 phOsalNfc_FreeMemory(gpphLibContext->phLib_NdefRecCntx.ndef_message.buffer);
631 gpphLibContext->phLib_NdefRecCntx.ndef_message.buffer = NULL;
    [all...]

Completed in 3466 milliseconds