Home
last modified time | relevance | path

Searched refs:is_ndef (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Nfc/nci/jni/extns/pn54x/src/mifare/
DphNxpExtns_MifareStd.cpp349 NdefInfo.is_ndef = 1; in Mfc_CheckNdef_Completion_Routine()
366 NdefInfo.is_ndef = 0; in Mfc_CheckNdef_Completion_Routine()
571 if (NdefInfo.is_ndef == 0) { in Mfc_SetReadOnly()
574 } else if ((NdefInfo.is_ndef == 1) && (NdefInfo.NdefActualSize == 0)) { in Mfc_SetReadOnly()
623 if (NdefInfo.is_ndef == 0) { in Mfc_ReadNdef()
626 } else if ((NdefInfo.is_ndef == 1) && (NdefInfo.NdefActualSize == 0)) { in Mfc_ReadNdef()
740 if (NdefInfo.is_ndef == PH_LIBNFC_INTERNAL_CHK_NDEF_NOT_DONE) { in Mfc_WriteNdef()
743 } else if (NdefInfo.is_ndef == 0) { in Mfc_WriteNdef()
DphNxpExtns_MifareStd.h153 uint8_t is_ndef; member