HomeSort by relevance Sort by last modified time
    Searched full:is_ndef (Results 1 - 5 of 5) sorted by null

  /external/libnfc-nxp/src/
phLibNfc_ndef_raw.c 154 ||(CHK_NDEF_NOT_DONE == gpphLibContext->ndef_cntx.is_ndef))
159 else if(gpphLibContext->ndef_cntx.is_ndef == FALSE)
164 else if((gpphLibContext->ndef_cntx.is_ndef == TRUE)
315 gpphLibContext->ndef_cntx.is_ndef = FALSE;
408 (gpphLibContext->ndef_cntx.is_ndef == CHK_NDEF_NOT_DONE))
414 else if(FALSE == gpphLibContext->ndef_cntx.is_ndef)
682 gpphLibContext->ndef_cntx.is_ndef = CHK_NDEF_NOT_DONE;
    [all...]
phLibNfc_Internal.h 154 uint8_t is_ndef ; member in struct:phLibNfc_NdefInfo
phLibNfc_initiator.c 771 gpphLibContext->ndef_cntx.is_ndef = CHK_NDEF_NOT_DONE;
    [all...]
  /packages/apps/Nfc/nci/jni/extns/pn54x/src/mifare/
phNxpExtns_MifareStd.c 370 NdefInfo.is_ndef = 1;
390 NdefInfo.is_ndef = 0;
615 if(NdefInfo.is_ndef == 0)
620 else if( (NdefInfo.is_ndef == 1) && (NdefInfo.NdefActualSize == 0) )
673 if(NdefInfo.is_ndef == 0)
678 else if( (NdefInfo.is_ndef == 1) && (NdefInfo.NdefActualSize == 0) )
808 if( NdefInfo.is_ndef == PH_LIBNFC_INTERNAL_CHK_NDEF_NOT_DONE )
813 else if( NdefInfo.is_ndef == 0 )
    [all...]
phNxpExtns_MifareStd.h 144 uint8_t is_ndef; member in struct:phLibNfc_NdefInfo

Completed in 176 milliseconds