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.cc290 tlv_data.num_bytes = p_t2t->num_lockbytes; in rw_t2t_ntf_tlv_detect_complete()
333 while (num_locks < p_t2t->num_lockbytes) { in rw_t2t_handle_lock_read_rsp()
383 if (num_locks == p_t2t->num_lockbytes) { in rw_t2t_handle_lock_read_rsp()
451 (p_t2t->num_lockbytes > 0)) || in rw_t2t_handle_tlv_detect_rsp()
486 (p_t2t->num_lockbytes > 0)) || in rw_t2t_handle_tlv_detect_rsp()
544 (p_t2t->num_lockbytes > 0)) || in rw_t2t_handle_tlv_detect_rsp()
604 if (p_t2t->num_lockbytes > 0) { in rw_t2t_handle_tlv_detect_rsp()
644 p_t2t->lockbyte[p_t2t->num_lockbytes].tlv_index = in rw_t2t_handle_tlv_detect_rsp()
646 p_t2t->lockbyte[p_t2t->num_lockbytes].byte_index = xx; in rw_t2t_handle_tlv_detect_rsp()
647 p_t2t->lockbyte[p_t2t->num_lockbytes].b_lock_read = false; in rw_t2t_handle_tlv_detect_rsp()
[all …]
Drw_t1t_ndef.cc210 while (num_locks < p_t1t->num_lockbytes) { in rw_t1t_extract_lock_bytes()
292 while (num_locks < p_t1t->num_lockbytes) { in rw_t1t_read_locks()
317 if (num_locks == p_t1t->num_lockbytes) { in rw_t1t_read_locks()
432 while (num_locks < p_t1t->num_lockbytes) { in rw_t1t_handle_write_rsp()
441 while (num_locks < p_t1t->num_lockbytes) { in rw_t1t_handle_write_rsp()
462 while (lock_count < p_t1t->num_lockbytes) { in rw_t1t_handle_write_rsp()
515 if (num_locks == p_t1t->num_lockbytes) { in rw_t1t_handle_write_rsp()
614 tlv_data.num_bytes = p_t1t->num_lockbytes; in rw_t1t_handle_read_rsp()
665 tlv_data.num_bytes = p_t1t->num_lockbytes; in rw_t1t_handle_read_rsp()
888 (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
423 uint8_t num_lockbytes; /* Number of dynamic lock bytes present in the tag */ member