Home
last modified time | relevance | path

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

/packages/apps/Nfc/nci/jni/
DNativeNfcTag.cpp123 static int sCurrentConnectedTargetType = TARGET_TYPE_UNKNOWN; variable
163 sCurrentConnectedTargetType = TARGET_TYPE_UNKNOWN; in nativeNfcTag_abortWaits()
569 sCurrentConnectedTargetType = natTag.mTechList[i]; in nativeNfcTag_doConnect()
582 if (sCurrentConnectedTargetType == TARGET_TYPE_ISO14443_3A || in nativeNfcTag_doConnect()
583 sCurrentConnectedTargetType == TARGET_TYPE_ISO14443_3B) { in nativeNfcTag_doConnect()
586 sCurrentConnectedTargetType); in nativeNfcTag_doConnect()
589 } else if (sCurrentConnectedTargetType == TARGET_TYPE_MIFARE_CLASSIC) { in nativeNfcTag_doConnect()
944 NfcTag::getInstance().getTransceiveTimeout(sCurrentConnectedTargetType); in nativeNfcTag_doTransceive()