Home
last modified time | relevance | path

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

/system/nfc/src/nfc/tags/
Drw_t2t_ndef.cc287 tlv_data.num_bytes = p_t2t->num_lockbytes; in rw_t2t_ntf_tlv_detect_complete()
330 while (num_locks < p_t2t->num_lockbytes) { in rw_t2t_handle_lock_read_rsp()
380 if (num_locks == p_t2t->num_lockbytes) { in rw_t2t_handle_lock_read_rsp()
447 (p_t2t->num_lockbytes > 0)) || in rw_t2t_handle_tlv_detect_rsp()
482 (p_t2t->num_lockbytes > 0)) || in rw_t2t_handle_tlv_detect_rsp()
540 (p_t2t->num_lockbytes > 0)) || in rw_t2t_handle_tlv_detect_rsp()
602 if (p_t2t->num_lockbytes > 0) { in rw_t2t_handle_tlv_detect_rsp()
638 p_t2t->lockbyte[p_t2t->num_lockbytes].tlv_index = in rw_t2t_handle_tlv_detect_rsp()
640 p_t2t->lockbyte[p_t2t->num_lockbytes].byte_index = xx; in rw_t2t_handle_tlv_detect_rsp()
641 p_t2t->lockbyte[p_t2t->num_lockbytes].b_lock_read = false; in rw_t2t_handle_tlv_detect_rsp()
[all …]
Drw_t1t_ndef.cc209 while (num_locks < p_t1t->num_lockbytes) { in rw_t1t_extract_lock_bytes()
291 while (num_locks < p_t1t->num_lockbytes) { in rw_t1t_read_locks()
316 if (num_locks == p_t1t->num_lockbytes) { in rw_t1t_read_locks()
431 while (num_locks < p_t1t->num_lockbytes) { in rw_t1t_handle_write_rsp()
440 while (num_locks < p_t1t->num_lockbytes) { in rw_t1t_handle_write_rsp()
461 while (lock_count < p_t1t->num_lockbytes) { in rw_t1t_handle_write_rsp()
514 if (num_locks == p_t1t->num_lockbytes) { in rw_t1t_handle_write_rsp()
613 tlv_data.num_bytes = p_t1t->num_lockbytes; in rw_t1t_handle_read_rsp()
664 tlv_data.num_bytes = p_t1t->num_lockbytes; in rw_t1t_handle_read_rsp()
887 (p_t1t->num_lockbytes > 0)) || in rw_t1t_handle_tlv_detect_rsp()
[all …]
/system/nfc/src/nfc/include/
Drw_int.h214 uint8_t num_lockbytes; /* Number of dynamic lock bytes present in the tag */ member
421 uint8_t num_lockbytes; /* Number of dynamic lock bytes present in the tag */ member