Home
last modified time | relevance | path

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

/aosp12/system/nfc/src/nfc/tags/
H A Drw_t2t_ndef.cc278 } else if (p_t2t->tlv_detect == TAG_PROPRIETARY_TLV) { in rw_t2t_ntf_tlv_detect_complete()
446 } else if (tlvtype == TAG_PROPRIETARY_TLV) { in rw_t2t_handle_tlv_detect_rsp()
472 case TAG_PROPRIETARY_TLV: in rw_t2t_handle_tlv_detect_rsp()
473 if (tlvtype == TAG_PROPRIETARY_TLV) { in rw_t2t_handle_tlv_detect_rsp()
518 case TAG_PROPRIETARY_TLV: in rw_t2t_handle_tlv_detect_rsp()
555 case TAG_PROPRIETARY_TLV: in rw_t2t_handle_tlv_detect_rsp()
569 } else if (p_t2t->found_tlv == TAG_PROPRIETARY_TLV) { in rw_t2t_handle_tlv_detect_rsp()
703 case TAG_PROPRIETARY_TLV: in rw_t2t_handle_tlv_detect_rsp()
710 if (tlvtype == TAG_PROPRIETARY_TLV) { in rw_t2t_handle_tlv_detect_rsp()
2828 (tlv_type != TAG_NDEF_TLV) && (tlv_type != TAG_PROPRIETARY_TLV)) { in RW_T2tLocateTlv()
H A Drw_t1t_ndef.cc885 } else if (p_t1t->tlv_detect == TAG_PROPRIETARY_TLV) { in rw_t1t_handle_tlv_detect_rsp()
902 case TAG_PROPRIETARY_TLV: in rw_t1t_handle_tlv_detect_rsp()
903 if (p_t1t->tlv_detect == TAG_PROPRIETARY_TLV) { in rw_t1t_handle_tlv_detect_rsp()
946 case TAG_PROPRIETARY_TLV: in rw_t1t_handle_tlv_detect_rsp()
981 case TAG_PROPRIETARY_TLV: in rw_t1t_handle_tlv_detect_rsp()
1102 case TAG_PROPRIETARY_TLV: in rw_t1t_handle_tlv_detect_rsp()
1104 if (p_t1t->tlv_detect == TAG_PROPRIETARY_TLV) in rw_t1t_handle_tlv_detect_rsp()
H A Drw_mfc.cc769 (tlv_type != TAG_NDEF_TLV) && (tlv_type != TAG_PROPRIETARY_TLV)) { in rw_MfcLocateTlv()
1105 p_mfc->tlv_detect = TAG_PROPRIETARY_TLV; in rw_nfc_decodeTlv()
/aosp12/system/nfc/src/nfc/include/
H A Dtags_defs.h49 #define TAG_PROPRIETARY_TLV 0xFD macro