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

  /packages/apps/Nfc/nci/jni/
NfcJniUtil.h 79 #define TARGET_TYPE_ISO14443_4 3
NativeSecureElement.cpp 154 int timeout = NfcTag::getInstance ().getTransceiveTimeout (TARGET_TYPE_ISO14443_4); //NFC service expects JNI to use ISO-DEP's timeout
NfcTag.cpp 339 mTechList [mNumTechList] = TARGET_TYPE_ISO14443_4; //is TagTechnology.ISO_DEP by Java API
446 mTechList [mNumTechList] = TARGET_TYPE_ISO14443_4; //is TagTechnology.ISO_DEP by Java API
817 if (mTechList [i] == TARGET_TYPE_ISO14443_4) //is TagTechnology.ISO_DEP by Java API
    [all...]
  /packages/apps/Nfc/nxp/jni/
com_android_nfc.cpp 431 MAX_NUM_TECHNOLOGIES, TARGET_TYPE_ISO14443_4, handle, type);
437 MAX_NUM_TECHNOLOGIES, TARGET_TYPE_ISO14443_4, handle, type);
452 index, MAX_NUM_TECHNOLOGIES, TARGET_TYPE_ISO14443_4, handle, type);
com_android_nfc.h 98 #define TARGET_TYPE_ISO14443_4 3
com_android_nfc_NativeNfcTag.cpp 406 case TARGET_TYPE_ISO14443_4:
794 case TARGET_TYPE_ISO14443_4:
    [all...]
com_android_nfc_NativeNfcSecureElement.cpp 644 else if(tech == TARGET_TYPE_ISO14443_4)
com_android_nfc_NativeNfcManager.cpp     [all...]

Completed in 658 milliseconds