Home
last modified time | relevance | path

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

/system/nfc/src/nfc/tags/
Drw_t2t_ndef.cc334 if (p_t2t->lockbyte[num_locks].b_lock_read == false) { in rw_t2t_handle_lock_read_rsp()
336 p_t2t->lock_tlv[p_t2t->lockbyte[num_locks].tlv_index].offset + in rw_t2t_handle_lock_read_rsp()
337 p_t2t->lockbyte[num_locks].byte_index; in rw_t2t_handle_lock_read_rsp()
346 p_t2t->lockbyte[num_locks].lock_byte = p_data[offset]; 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()
355 p_t2t->lockbyte[num_locks].b_lock_read = true; in rw_t2t_handle_lock_read_rsp()
640 p_t2t->lockbyte[p_t2t->num_lockbytes].tlv_index = in rw_t2t_handle_tlv_detect_rsp()
642 p_t2t->lockbyte[p_t2t->num_lockbytes].byte_index = xx; in rw_t2t_handle_tlv_detect_rsp()
643 p_t2t->lockbyte[p_t2t->num_lockbytes].b_lock_read = false; in rw_t2t_handle_tlv_detect_rsp()
[all …]
Drw_t1t_ndef.cc211 if (p_t1t->lockbyte[num_locks].b_lock_read == false) { in rw_t1t_extract_lock_bytes()
213 offset = p_t1t->lock_tlv[p_t1t->lockbyte[num_locks].tlv_index].offset + in rw_t1t_extract_lock_bytes()
214 p_t1t->lockbyte[num_locks].byte_index; in rw_t1t_extract_lock_bytes()
227 p_t1t->lockbyte[num_locks].lock_byte = p_data[lock_offset]; 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()
294 offset = p_t1t->lock_tlv[p_t1t->lockbyte[num_locks].tlv_index].offset + in rw_t1t_read_locks()
295 p_t1t->lockbyte[num_locks].byte_index; in rw_t1t_read_locks()
297 p_t1t->lockbyte[num_locks].lock_byte = p_t1t->mem[offset]; in rw_t1t_read_locks()
298 p_t1t->lockbyte[num_locks].b_lock_read = true; in rw_t1t_read_locks()
[all …]
/system/nfc/src/nfc/include/
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