Home
last modified time | relevance | path

Searched refs:lock_attr (Results 1 – 3 of 3) sorted by relevance

/system/nfc/src/nfc/tags/
Drw_t1t_ndef.cc1971 p_t1t->lock_attr[block_count] = 0x00; in rw_t1t_update_lock_attributes()
1985 p_t1t->lock_attr[block_count] = 0x00; in rw_t1t_update_lock_attributes()
1990 p_t1t->lock_attr[block_count] = 0xFF; in rw_t1t_update_lock_attributes()
1999 p_t1t->lock_attr[0x00] = 0xFF; in rw_t1t_update_lock_attributes()
2000 p_t1t->lock_attr[0x0D] = 0xFF; in rw_t1t_update_lock_attributes()
2013 p_t1t->lock_attr[block_count] = 0; in rw_t1t_update_lock_attributes()
2032 p_t1t->lock_attr[block_count] |= 0x01 << bits_covered; in rw_t1t_update_lock_attributes()
2040 p_t1t->lock_attr[block_count] = 0; in rw_t1t_update_lock_attributes()
2124 return ((p_t1t->lock_attr[index / 8] & rw_t1t_mask_bits[index % 8]) == 0) in rw_t1t_is_read_only_byte()
Drw_t2t_ndef.cc2203 memset(p_t2t->lock_attr, 0, RW_T2T_SEGMENT_SIZE * sizeof(uint8_t)); in rw_t2t_update_lock_attributes()
2218 p_t2t->lock_attr[block_count] = 0x00; in rw_t2t_update_lock_attributes()
2223 p_t2t->lock_attr[block_count] = 0x0F; in rw_t2t_update_lock_attributes()
2229 p_t2t->lock_attr[block_count] |= 0xF0; in rw_t2t_update_lock_attributes()
2237 p_t2t->lock_attr[0x00] = 0xFF; in rw_t2t_update_lock_attributes()
2251 p_t2t->lock_attr[block_count] = 0; in rw_t2t_update_lock_attributes()
2277 p_t2t->lock_attr[block_count] |= 0x01 << bits_covered; in rw_t2t_update_lock_attributes()
2287 p_t2t->lock_attr[block_count] = 0; in rw_t2t_update_lock_attributes()
2376 return ((p_t2t->lock_attr[index / 8] & rw_t2t_mask_bits[index % 8]) == 0) in rw_t2t_is_read_only_byte()
/system/nfc/src/nfc/include/
Drw_int.h226 uint8_t lock_attr member
426 uint8_t lock_attr[RW_T2T_SEGMENT_SIZE]; /* byte information - read only or member