Home
last modified time | relevance | path

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

/packages/apps/Nfc/nci/jni/
DNativeNfcTag.cpp120 static int sCurrentConnectedTargetType = TARGET_TYPE_UNKNOWN; variable
165 sCurrentConnectedTargetType = TARGET_TYPE_UNKNOWN; in nativeNfcTag_abortWaits()
522 sCurrentConnectedTargetType = natTag.mTechList[i]; in nativeNfcTag_doConnect()
535 if (sCurrentConnectedTargetType == TARGET_TYPE_ISO14443_3A || in nativeNfcTag_doConnect()
536 sCurrentConnectedTargetType == TARGET_TYPE_ISO14443_3B) { in nativeNfcTag_doConnect()
541 sCurrentConnectedTargetType); in nativeNfcTag_doConnect()
545 } else if (sCurrentConnectedTargetType == TARGET_TYPE_MIFARE_CLASSIC) { in nativeNfcTag_doConnect()
883 NfcTag::getInstance().getTransceiveTimeout(sCurrentConnectedTargetType); in nativeNfcTag_doTransceive()