Home
last modified time | relevance | path

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

/system/nfc/src/nfc/tags/
Drw_main.cc259 } else if (NFC_PROTOCOL_MIFARE == p_activate_params->protocol) { in RW_SetActivatedTagType()
Drw_mfc.cc1142 ndef_data.protocol = NFC_PROTOCOL_MIFARE; in rw_mfc_ntf_tlv_detect_complete()
1389 ndef_data.protocol = NFC_PROTOCOL_MIFARE; in rw_mfc_process_error()
/system/nfc/src/nfa/dm/
Dnfa_dm_main.cc180 (protocol == NFC_PROTOCOL_T5T) || (protocol == NFC_PROTOCOL_MIFARE)); in nfa_dm_is_protocol_supported()
Dnfa_dm_act.cc1493 (nfa_dm_cb.disc_cb.activated_protocol == NFC_PROTOCOL_MIFARE)) { in nfa_dm_excl_disc_cback()
1610 NFC_PROTOCOL_MIFARE)) { in nfa_dm_poll_disc_cback()
/system/nfc/src/nfa/rw/
Dnfa_rw_act.cc1553 } else if (NFC_PROTOCOL_MIFARE == protocol) { in nfa_rw_start_ndef_detection()
1625 } else if (NFC_PROTOCOL_MIFARE == protocol) { in nfa_rw_start_ndef_read()
1705 } else if (NFC_PROTOCOL_MIFARE == protocol) { in nfa_rw_start_ndef_write()
1966 } else if (protocol == NFC_PROTOCOL_MIFARE) { in nfa_rw_format_tag()
/system/nfc/src/nfc/include/
Dnfc_api.h379 #define NFC_PROTOCOL_MIFARE NCI_PROTOCOL_MIFARE macro