Searched refs:NdefInfo (Results 1 - 3 of 3) sorted by relevance

/external/libnfc-nxp/src/
H A DphLibNfc_ndef_raw.h72 extern phLibNfc_Ndef_Info_t NdefInfo;
H A DphLibNfc_ndef_raw.c63 phLibNfc_Ndef_Info_t NdefInfo; variable
1728 NdefInfo.pNdefMessage = gpphLibContext->phLib_NdefRecCntx.ndef_message.buffer;
1729 NdefInfo.NdefMessageLengthActual = gpphLibContext->ndef_cntx.NdefActualSize;
1730 NdefInfo.NdefMessageLengthMaximum = gpphLibContext->ndef_cntx.NdefLength;
1731 NdefInfo.NdefRecordCount =0;
1734 NdefInfo.pNdefRecord = phOsalNfc_GetMemory
1736 if(NULL==NdefInfo.pNdefRecord)
1748 pNdefRecord=NdefInfo.pNdefRecord;
1765 NdefInfo.NdefRecordCount++;
1824 NdefInfo
[all...]
H A DphLibNfc.c618 if(NULL != NdefInfo.pNdefRecord)
620 phOsalNfc_FreeMemory(NdefInfo.pNdefRecord);
621 NdefInfo.pNdefRecord = NULL;

Completed in 42 milliseconds