Home
last modified time | relevance | path

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

/aosp12/packages/apps/Nfc/nci/jni/
H A DNativeNfcTag.cpp574 sCurrentConnectedTargetProtocol != NFC_PROTOCOL_MIFARE) { in nativeNfcTag_doConnect()
585 if (sCurrentConnectedTargetProtocol != NFC_PROTOCOL_MIFARE) { in nativeNfcTag_doConnect()
775 sCurrentConnectedTargetProtocol != NFC_PROTOCOL_MIFARE) { in switchRfInterface()
823 else if (sCurrentConnectedTargetProtocol == NFC_PROTOCOL_MIFARE) in nativeNfcTag_doReconnect()
901 if (sCurrentConnectedTargetProtocol == NFC_PROTOCOL_MIFARE && legacy_mfc_reader) { in nativeNfcTag_doTransceiveStatus()
1038 } else if (sCurrentConnectedTargetProtocol == NFC_PROTOCOL_MIFARE) { in nativeNfcTag_doTransceive()
1116 } else if (NFC_PROTOCOL_MIFARE == libnfcType) { in nativeNfcTag_doGetNdefType()
1232 } else if (sCurrentConnectedTargetProtocol == NFC_PROTOCOL_MIFARE) { in nativeNfcTag_doCheckNdef()
1253 if (sCurrentConnectedTargetProtocol == NFC_PROTOCOL_MIFARE && legacy_mfc_reader) { in nativeNfcTag_doCheckNdef()
1306 if (sCurrentConnectedTargetProtocol == NFC_PROTOCOL_MIFARE) { in nativeNfcTag_doCheckNdef()
[all …]
H A DNfcTag.cpp395 } else if (NFC_PROTOCOL_MIFARE == rfDetail.protocol) { in discoverTechnologies()
803 (NFC_PROTOCOL_T1T | NFC_PROTOCOL_T2T | NFC_PROTOCOL_MIFARE | in fillNativeNfcTagMembers4()
835 } else if (NFC_PROTOCOL_MIFARE == mTechLibNfcTypes[i]) { in fillNativeNfcTagMembers4()
1132 } else if (mTechLibNfcTypesDiscData[foundIdx] == NFC_PROTOCOL_MIFARE) { in selectFirstTag()
1185 } else if (mTechLibNfcTypesDiscData[foundIdx] == NFC_PROTOCOL_MIFARE) { in selectNextTagIfExists()
/aosp12/system/nfc/src/fuzzers/rw/
H A Dmfc.cc39 .protocol = NFC_PROTOCOL_MIFARE, in Init()
/aosp12/system/nfc/src/nfc/tags/
H A Drw_main.cc303 } else if (NFC_PROTOCOL_MIFARE == p_activate_params->protocol) { in RW_SetActivatedTagType()
H A Drw_mfc.cc1152 ndef_data.protocol = NFC_PROTOCOL_MIFARE; in rw_mfc_ntf_tlv_detect_complete()
1400 ndef_data.protocol = NFC_PROTOCOL_MIFARE; in rw_mfc_process_error()
/aosp12/system/nfc/src/nfa/dm/
H A Dnfa_dm_main.cc181 (protocol == NFC_PROTOCOL_T5T) || (protocol == NFC_PROTOCOL_MIFARE)); in nfa_dm_is_protocol_supported()
H A Dnfa_dm_act.cc1516 (nfa_dm_cb.disc_cb.activated_protocol == NFC_PROTOCOL_MIFARE)) { in nfa_dm_excl_disc_cback()
1633 NFC_PROTOCOL_MIFARE)) { in nfa_dm_poll_disc_cback()
/aosp12/system/nfc/src/nfa/rw/
H A Dnfa_rw_act.cc1556 } else if (NFC_PROTOCOL_MIFARE == protocol) { in nfa_rw_start_ndef_detection()
1628 } else if (NFC_PROTOCOL_MIFARE == protocol) { in nfa_rw_start_ndef_read()
1707 } else if (NFC_PROTOCOL_MIFARE == protocol) { in nfa_rw_start_ndef_write()
1968 } else if (protocol == NFC_PROTOCOL_MIFARE) { in nfa_rw_format_tag()
/aosp12/system/nfc/src/nfc/include/
H A Dnfc_api.h387 #define NFC_PROTOCOL_MIFARE NCI_PROTOCOL_MIFARE macro
/aosp12/packages/apps/Nfc/nci/jni/extns/pn54x/src/mifare/
H A DphNxpExtns_MifareStd.cpp343 conn_evt_data.ndef_detect.protocol = NFC_PROTOCOL_MIFARE; in Mfc_CheckNdef_Completion_Routine()