Home
last modified time | relevance | path

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

/system/nfc/src/nfa/rw/
Dnfa_rw_api.cc262 (protocol != NFC_PROTOCOL_T5T) && (protocol != NFC_PROTOCOL_ISO_DEP) && in NFA_RwSetTagReadOnly()
271 if ((!b_hard_lock && (protocol == NFC_PROTOCOL_T5T)) || in NFA_RwSetTagReadOnly()
832 if (nfa_rw_cb.protocol != NFC_PROTOCOL_T5T) { in NFA_RwI93Inventory()
881 if (nfa_rw_cb.protocol != NFC_PROTOCOL_T5T) { in NFA_RwI93StayQuiet()
922 if (nfa_rw_cb.protocol != NFC_PROTOCOL_T5T) { in NFA_RwI93ReadSingleBlock()
964 if (nfa_rw_cb.protocol != NFC_PROTOCOL_T5T) { in NFA_RwI93WriteSingleBlock()
1015 if (nfa_rw_cb.protocol != NFC_PROTOCOL_T5T) { in NFA_RwI93LockBlock()
1059 if (nfa_rw_cb.protocol != NFC_PROTOCOL_T5T) { in NFA_RwI93ReadMultipleBlocks()
1105 if (nfa_rw_cb.protocol != NFC_PROTOCOL_T5T) { in NFA_RwI93WriteMultipleBlocks()
1164 if (nfa_rw_cb.protocol != NFC_PROTOCOL_T5T) { in NFA_RwI93Select()
[all …]
Dnfa_rw_act.cc1550 } else if (NFC_PROTOCOL_T5T == protocol) { in nfa_rw_start_ndef_detection()
1622 } else if (NFC_PROTOCOL_T5T == protocol) { in nfa_rw_start_ndef_read()
1701 } else if (NFC_PROTOCOL_T5T == protocol) { in nfa_rw_start_ndef_write()
1876 } else if (NFC_PROTOCOL_T5T == protocol) { in nfa_rw_presence_check()
1962 } else if (protocol == NFC_PROTOCOL_T5T) { in nfa_rw_format_tag()
2041 } else if (NFC_PROTOCOL_T5T == protocol) { in nfa_rw_config_tag_ro()
/system/nfc/src/nfc/tags/
Drw_main.cc254 } else if (NFC_PROTOCOL_T5T == p_activate_params->protocol) { in RW_SetActivatedTagType()
Drw_i93.cc2019 rw_data.ndef.protocol = NFC_PROTOCOL_T5T; in rw_i93_sm_detect_ndef()
2942 rw_data.ndef.protocol = NFC_PROTOCOL_T5T; in rw_i93_handle_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.cc1606 (nfa_dm_cb.disc_cb.activated_protocol == NFC_PROTOCOL_T5T) || in nfa_dm_poll_disc_cback()
/system/nfc/src/nfa/include/
Dnfa_api.h132 #define NFA_PROTOCOL_T5T NFC_PROTOCOL_T5T
/system/nfc/src/nfc/include/
Dnfc_api.h372 #define NFC_PROTOCOL_T5T NFC_PROTOCOL_T5T_(NFC_GetNCIVersion()) macro