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.cc257 p_t1t->tag_attribute = RW_T1_TAG_ATTRB_READ_ONLY; in rw_t1t_update_tag_state()
260 p_t1t->tag_attribute = RW_T1_TAG_ATTRB_READ_WRITE; in rw_t1t_update_tag_state()
265 p_t1t->tag_attribute = RW_T1_TAG_ATTRB_INITIALIZED; in rw_t1t_update_tag_state()
268 p_t1t->tag_attribute = RW_T1_TAG_ATTRB_UNKNOWN; in rw_t1t_update_tag_state()
525 p_t1t->tag_attribute = RW_T1_TAG_ATTRB_READ_WRITE; in rw_t1t_handle_write_rsp()
1010 p_t1t->tag_attribute = RW_T1_TAG_ATTRB_INITIALIZED_NDEF; in rw_t1t_handle_tlv_detect_rsp()
1127 p_t1t->tag_attribute = RW_T1_TAG_ATTRB_INITIALIZED; in rw_t1t_handle_tlv_detect_rsp()
2345 if (p_t1t->tag_attribute == RW_T1_TAG_ATTRB_INITIALIZED_NDEF) { in RW_T1tReadNDef()
2352 if ((p_t1t->tag_attribute != RW_T1_TAG_ATTRB_READ_WRITE) && in RW_T1tReadNDef()
2353 (p_t1t->tag_attribute != RW_T1_TAG_ATTRB_READ_ONLY)) { in RW_T1tReadNDef()
[all …]
Drw_t1t.cc847 if ((p_t1t->tag_attribute == RW_T1_TAG_ATTRB_READ_ONLY) && in RW_T1tWriteErase()
895 if ((p_t1t->tag_attribute == RW_T1_TAG_ATTRB_READ_ONLY) && in RW_T1tWriteNoErase()
1007 if ((p_t1t->tag_attribute == RW_T1_TAG_ATTRB_READ_ONLY) && in RW_T1tWriteErase8()
1054 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