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.cc329 if (p_t2t->lockbyte[num_locks].b_lock_read == false) { in rw_t2t_handle_lock_read_rsp()
331 p_t2t->lock_tlv[p_t2t->lockbyte[num_locks].tlv_index].offset + in rw_t2t_handle_lock_read_rsp()
332 p_t2t->lockbyte[num_locks].byte_index; in rw_t2t_handle_lock_read_rsp()
341 p_t2t->lockbyte[num_locks].lock_byte = p_data[offset]; in rw_t2t_handle_lock_read_rsp()
342 p_t2t->lockbyte[num_locks].b_lock_read = true; in rw_t2t_handle_lock_read_rsp()
348 p_t2t->lockbyte[num_locks].lock_byte = in rw_t2t_handle_lock_read_rsp()
350 p_t2t->lockbyte[num_locks].b_lock_read = true; in rw_t2t_handle_lock_read_rsp()
636 p_t2t->lockbyte[p_t2t->num_lockbytes].tlv_index = in rw_t2t_handle_tlv_detect_rsp()
638 p_t2t->lockbyte[p_t2t->num_lockbytes].byte_index = xx; in rw_t2t_handle_tlv_detect_rsp()
639 p_t2t->lockbyte[p_t2t->num_lockbytes].b_lock_read = false; in rw_t2t_handle_tlv_detect_rsp()
[all …]
Drw_t1t_ndef.cc208 if (p_t1t->lockbyte[num_locks].b_lock_read == false) { in rw_t1t_extract_lock_bytes()
210 offset = p_t1t->lock_tlv[p_t1t->lockbyte[num_locks].tlv_index].offset + in rw_t1t_extract_lock_bytes()
211 p_t1t->lockbyte[num_locks].byte_index; in rw_t1t_extract_lock_bytes()
224 p_t1t->lockbyte[num_locks].lock_byte = p_data[lock_offset]; in rw_t1t_extract_lock_bytes()
225 p_t1t->lockbyte[num_locks].b_lock_read = true; in rw_t1t_extract_lock_bytes()
290 if (p_t1t->lockbyte[num_locks].b_lock_read == false) { in rw_t1t_read_locks()
291 offset = p_t1t->lock_tlv[p_t1t->lockbyte[num_locks].tlv_index].offset + in rw_t1t_read_locks()
292 p_t1t->lockbyte[num_locks].byte_index; in rw_t1t_read_locks()
294 p_t1t->lockbyte[num_locks].lock_byte = p_t1t->mem[offset]; in rw_t1t_read_locks()
295 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