Home
last modified time | relevance | path

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

/packages/apps/Nfc/nci/jni/
DNativeNfcTag.cpp124 static int sCurrentConnectedTargetProtocol = NFC_PROTOCOL_UNKNOWN; variable
164 sCurrentConnectedTargetProtocol = NFC_PROTOCOL_UNKNOWN; in nativeNfcTag_abortWaits()
287 if (sCurrentConnectedTargetProtocol == NFC_PROTOCOL_MIFARE && legacy_mfc_reader) { in nativeNfcTag_doRead()
399 if (sCurrentConnectedTargetProtocol == NFC_PROTOCOL_MIFARE && legacy_mfc_reader) { in nativeNfcTag_doWrite()
449 if (sCurrentConnectedTargetProtocol == NFC_PROTOCOL_MIFARE && legacy_mfc_reader) { in nativeNfcTag_doWrite()
457 if (sCurrentConnectedTargetProtocol == NFC_PROTOCOL_MIFARE && legacy_mfc_reader) { in nativeNfcTag_doWrite()
570 sCurrentConnectedTargetProtocol = natTag.mTechLibNfcTypes[i]; in nativeNfcTag_doConnect()
573 if (sCurrentConnectedTargetProtocol != NFC_PROTOCOL_ISO_DEP && in nativeNfcTag_doConnect()
574 sCurrentConnectedTargetProtocol != NFC_PROTOCOL_MIFARE) { in nativeNfcTag_doConnect()
577 __func__, sCurrentConnectedTargetProtocol); in nativeNfcTag_doConnect()
[all …]