Home
last modified time | relevance | path

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

/aosp12/system/nfc/src/nfc/tags/
H A Drw_t2t_ndef.cc337 p_t2t->lockbyte[num_locks].byte_index; in rw_t2t_handle_lock_read_rsp()
347 p_t2t->lockbyte[num_locks].b_lock_read = true; in rw_t2t_handle_lock_read_rsp()
353 p_t2t->lockbyte[num_locks].lock_byte = in rw_t2t_handle_lock_read_rsp()
804 p_t2t->lockbyte[num_locks].lock_byte = 0x00; in rw_t2t_read_locks()
805 p_t2t->lockbyte[num_locks].b_lock_read = true; in rw_t2t_read_locks()
814 p_t2t->lockbyte[num_locks].byte_index; in rw_t2t_read_locks()
898 p_t2t->lockbyte[xx].byte_index = xx; in rw_t2t_extract_default_locks_info()
899 p_t2t->lockbyte[xx].b_lock_read = false; in rw_t2t_extract_default_locks_info()
1786 p_t2t->lockbyte[0].byte_index; in rw_t2t_handle_config_tag_readonly()
1987 p_t2t->lockbyte[count].byte_index; in rw_t2t_update_attributes()
[all …]
H A Drw_t1t_ndef.cc211 if (p_t1t->lockbyte[num_locks].b_lock_read == false) { in rw_t1t_extract_lock_bytes()
214 p_t1t->lockbyte[num_locks].byte_index; in rw_t1t_extract_lock_bytes()
228 p_t1t->lockbyte[num_locks].b_lock_read = true; in rw_t1t_extract_lock_bytes()
293 if (p_t1t->lockbyte[num_locks].b_lock_read == false) { in rw_t1t_read_locks()
295 p_t1t->lockbyte[num_locks].byte_index; in rw_t1t_read_locks()
298 p_t1t->lockbyte[num_locks].b_lock_read = true; in rw_t1t_read_locks()
433 if (p_t1t->lockbyte[num_locks].lock_status == in rw_t1t_handle_write_rsp()
442 if (p_t1t->lockbyte[num_locks].lock_status == in rw_t1t_handle_write_rsp()
446 p_t1t->lockbyte[num_locks].byte_index; in rw_t1t_handle_write_rsp()
506 p_t1t->lockbyte[num_locks].lock_status = in rw_t1t_handle_write_rsp()
[all …]
/aosp12/system/nfc/src/nfc/include/
H A Drw_int.h216 lockbyte[RW_T1T_MAX_LOCK_BYTES]; /* Dynamic Lock byte information */ member
458 lockbyte[RW_T2T_MAX_LOCK_BYTES]; /* Dynamic Lock byte information */ member