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.cc285 tlv_data.num_bytes = p_t2t->num_lockbytes; in rw_t2t_ntf_tlv_detect_complete()
328 while (num_locks < p_t2t->num_lockbytes) { in rw_t2t_handle_lock_read_rsp()
378 if (num_locks == p_t2t->num_lockbytes) { in rw_t2t_handle_lock_read_rsp()
445 (p_t2t->num_lockbytes > 0)) || in rw_t2t_handle_tlv_detect_rsp()
480 (p_t2t->num_lockbytes > 0)) || in rw_t2t_handle_tlv_detect_rsp()
538 (p_t2t->num_lockbytes > 0)) || in rw_t2t_handle_tlv_detect_rsp()
600 if (p_t2t->num_lockbytes > 0) { in rw_t2t_handle_tlv_detect_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.cc207 while (num_locks < p_t1t->num_lockbytes) { in rw_t1t_extract_lock_bytes()
289 while (num_locks < p_t1t->num_lockbytes) { in rw_t1t_read_locks()
314 if (num_locks == p_t1t->num_lockbytes) { in rw_t1t_read_locks()
429 while (num_locks < p_t1t->num_lockbytes) { in rw_t1t_handle_write_rsp()
438 while (num_locks < p_t1t->num_lockbytes) { in rw_t1t_handle_write_rsp()
459 while (lock_count < p_t1t->num_lockbytes) { in rw_t1t_handle_write_rsp()
512 if (num_locks == p_t1t->num_lockbytes) { in rw_t1t_handle_write_rsp()
611 tlv_data.num_bytes = p_t1t->num_lockbytes; in rw_t1t_handle_read_rsp()
662 tlv_data.num_bytes = p_t1t->num_lockbytes; in rw_t1t_handle_read_rsp()
885 (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