HomeSort by relevance Sort by last modified time
    Searched defs:ndefType (Results 1 - 2 of 2) sorted by null

  /packages/apps/Nfc/nxp/jni/
com_android_nfc_NativeNfcTag.cpp 899 jint ndefType = NDEF_UNKNOWN_TYPE;
903 ndefType = NDEF_TYPE1_TAG;
906 ndefType = NDEF_TYPE2_TAG;;
909 ndefType = NDEF_TYPE3_TAG;
915 ndefType = NDEF_TYPE4_TAG;
919 ndefType = NDEF_TYPE2_TAG;
921 ndefType = NDEF_MIFARE_CLASSIC_TAG;
925 ndefType = NDEF_ICODE_SLI_TAG;
928 ndefType = NDEF_UNKNOWN_TYPE;
931 return ndefType;
    [all...]
  /packages/apps/Nfc/nci/jni/
NativeNfcTag.cpp 948 jint ndefType = NDEF_UNKNOWN_TYPE;
954 ndefType = NDEF_TYPE1_TAG;
957 ndefType = NDEF_TYPE2_TAG;;
960 ndefType = NDEF_TYPE3_TAG;
963 ndefType = NDEF_TYPE4_TAG;
966 ndefType = NDEF_UNKNOWN_TYPE;
969 ndefType = NDEF_UNKNOWN_TYPE;
972 ndefType = NDEF_UNKNOWN_TYPE;
975 ALOGD ("%s: exit; ndef type=%d", __FUNCTION__, ndefType);
976 return ndefType;
    [all...]

Completed in 74 milliseconds