Home
last modified time | relevance | path

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

/aosp12/system/nfc/src/nfc/tags/
H A Drw_t1t_ndef.cc137 if (p_t1t->tlv_detect == TAG_NDEF_TLV) in rw_t1t_info_to_event()
1125 ((p_t1t->tlv_detect == TAG_MEM_CTRL_TLV) && in rw_t1t_handle_tlv_detect_rsp()
1129 if (p_t1t->tlv_detect == TAG_NDEF_TLV) { in rw_t1t_handle_tlv_detect_rsp()
1181 p_t1t->tlv_detect = TAG_NDEF_TLV; in rw_t1t_handle_ndef_rall_rsp()
2251 p_t1t->tlv_detect = tlv_type; in RW_T1tLocateTlv()
2253 if ((p_t1t->tlv_detect == TAG_NDEF_TLV) && in RW_T1tLocateTlv()
2260 if ((p_t1t->tlv_detect == TAG_MEM_CTRL_TLV) || in RW_T1tLocateTlv()
2261 (p_t1t->tlv_detect == TAG_NDEF_TLV)) { in RW_T1tLocateTlv()
2265 if ((p_t1t->tlv_detect == TAG_LOCK_CTRL_TLV) || in RW_T1tLocateTlv()
2266 (p_t1t->tlv_detect == TAG_NDEF_TLV)) { in RW_T1tLocateTlv()
[all …]
H A Drw_t2t_ndef.cc104 if (p_t2t->tlv_detect == TAG_LOCK_CTRL_TLV) { in rw_t2t_handle_rsp()
112 } else if (p_t2t->tlv_detect == TAG_NDEF_TLV) { in rw_t2t_handle_rsp()
173 if (p_t2t->tlv_detect == TAG_NDEF_TLV) in rw_t2t_info_to_event()
249 if (p_t2t->tlv_detect == TAG_NDEF_TLV) { in rw_t2t_ntf_tlv_detect_complete()
278 } else if (p_t2t->tlv_detect == TAG_PROPRIETARY_TLV) { in rw_t2t_ntf_tlv_detect_complete()
289 if (p_t2t->tlv_detect == TAG_LOCK_CTRL_TLV) { in rw_t2t_ntf_tlv_detect_complete()
412 uint8_t tlvtype = p_t2t->tlv_detect; in rw_t2t_handle_tlv_detect_rsp()
2855 p_t2t->tlv_detect = tlv_type; in RW_T2tLocateTlv()
H A Drw_mfc.cc1100 p_mfc->tlv_detect = TAG_NDEF_TLV; in rw_nfc_decodeTlv()
1105 p_mfc->tlv_detect = TAG_PROPRIETARY_TLV; in rw_nfc_decodeTlv()
1149 if (p_mfc->tlv_detect == TAG_NDEF_TLV) { in rw_mfc_ntf_tlv_detect_complete()
/aosp12/system/nfc/src/nfc/include/
H A Drw_int.h199 uint8_t tlv_detect; /* TLV type under detection */ member
413 uint8_t tlv_detect; /* TLV type under detection */ member
651 uint8_t tlv_detect; /* TLV type under detection */ member
/aosp12/system/nfc/src/nfa/rw/
H A Dnfa_rw_act.cc340 conn_evt_data.tlv_detect.status = NFA_STATUS_OK; in nfa_rw_handle_tlv_detect()
341 conn_evt_data.tlv_detect.protocol = p_rw_data->tlv.protocol; in nfa_rw_handle_tlv_detect()
342 conn_evt_data.tlv_detect.num_bytes = p_rw_data->tlv.num_bytes; in nfa_rw_handle_tlv_detect()
348 conn_evt_data.tlv_detect.status = NFA_STATUS_FAILED; in nfa_rw_handle_tlv_detect()
364 conn_evt_data.tlv_detect.status = NFA_STATUS_FAILED; in nfa_rw_handle_tlv_detect()
371 conn_evt_data.tlv_detect.status = NFA_STATUS_FAILED; in nfa_rw_handle_tlv_detect()
/aosp12/packages/apps/Nfc/nci/jni/
H A DNativeNfcManager.cpp522 status = eventData->tlv_detect.status; in nfaConnectionCallback()
526 __func__, status, eventData->tlv_detect.protocol, in nfaConnectionCallback()
527 eventData->tlv_detect.num_tlvs, eventData->tlv_detect.num_bytes); in nfaConnectionCallback()
/aosp12/system/nfc/src/nfa/include/
H A Dnfa_api.h514 tNFA_TLV_DETECT tlv_detect; /* NFA_TLV_DETECT_EVT */ member