Home
last modified time | relevance | path

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

/system/nfc/src/nfc/tags/
Drw_t1t_ndef.cc259 p_t1t->tag_attribute = RW_T1_TAG_ATTRB_READ_ONLY; in rw_t1t_update_tag_state()
262 p_t1t->tag_attribute = RW_T1_TAG_ATTRB_READ_WRITE; in rw_t1t_update_tag_state()
267 p_t1t->tag_attribute = RW_T1_TAG_ATTRB_INITIALIZED; in rw_t1t_update_tag_state()
270 p_t1t->tag_attribute = RW_T1_TAG_ATTRB_UNKNOWN; in rw_t1t_update_tag_state()
527 p_t1t->tag_attribute = RW_T1_TAG_ATTRB_READ_WRITE; in rw_t1t_handle_write_rsp()
1012 p_t1t->tag_attribute = RW_T1_TAG_ATTRB_INITIALIZED_NDEF; in rw_t1t_handle_tlv_detect_rsp()
1129 p_t1t->tag_attribute = RW_T1_TAG_ATTRB_INITIALIZED; in rw_t1t_handle_tlv_detect_rsp()
2347 if (p_t1t->tag_attribute == RW_T1_TAG_ATTRB_INITIALIZED_NDEF) { in RW_T1tReadNDef()
2354 if ((p_t1t->tag_attribute != RW_T1_TAG_ATTRB_READ_WRITE) && in RW_T1tReadNDef()
2355 (p_t1t->tag_attribute != RW_T1_TAG_ATTRB_READ_ONLY)) { in RW_T1tReadNDef()
[all …]
Drw_t1t.cc852 if ((p_t1t->tag_attribute == RW_T1_TAG_ATTRB_READ_ONLY) && in RW_T1tWriteErase()
900 if ((p_t1t->tag_attribute == RW_T1_TAG_ATTRB_READ_ONLY) && in RW_T1tWriteNoErase()
1012 if ((p_t1t->tag_attribute == RW_T1_TAG_ATTRB_READ_ONLY) && in RW_T1tWriteErase8()
1059 if ((p_t1t->tag_attribute == RW_T1_TAG_ATTRB_READ_ONLY) && in RW_T1tWriteNoErase8()
/system/nfc/src/fuzzers/rw/
Dt1t.cc116 p_t1t->tag_attribute = RW_T1_TAG_ATTRB_READ_WRITE; in Init_ReadNdef()
/system/nfc/src/nfc/include/
Drw_int.h179 uint8_t tag_attribute; /* Present state of the Tag as interpreted by RW */ member