Home
last modified time | relevance | path

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

/system/nfc/src/nfc/tags/
Drw_t2t_ndef.cc615 p_t2t->lock_tlv[p_t2t->num_lock_tlvs].offset = in rw_t2t_handle_tlv_detect_rsp()
617 p_t2t->lock_tlv[p_t2t->num_lock_tlvs].offset *= in rw_t2t_handle_tlv_detect_rsp()
619 p_t2t->lock_tlv[p_t2t->num_lock_tlvs].offset += in rw_t2t_handle_tlv_detect_rsp()
621 p_t2t->lock_tlv[p_t2t->num_lock_tlvs].bytes_locked_per_bit = in rw_t2t_handle_tlv_detect_rsp()
633 p_t2t->lock_tlv[p_t2t->num_lock_tlvs].num_bits = count; in rw_t2t_handle_tlv_detect_rsp()
645 p_t2t->num_lock_tlvs; in rw_t2t_handle_tlv_detect_rsp()
651 p_t2t->num_lock_tlvs++; in rw_t2t_handle_tlv_detect_rsp()
859 if ((p_t2t->num_lock_tlvs == 0) && in rw_t2t_extract_default_locks_info()
882 p_t2t->lock_tlv[p_t2t->num_lock_tlvs].offset = in rw_t2t_extract_default_locks_info()
885 p_t2t->lock_tlv[p_t2t->num_lock_tlvs].bytes_locked_per_bit = in rw_t2t_extract_default_locks_info()
[all …]
Drw_t1t_ndef.cc1027 if (p_t1t->num_lock_tlvs < RW_T1T_MAX_LOCK_TLVS) { in rw_t1t_handle_tlv_detect_rsp()
1028 p_t1t->lock_tlv[p_t1t->num_lock_tlvs].offset = in rw_t1t_handle_tlv_detect_rsp()
1030 p_t1t->lock_tlv[p_t1t->num_lock_tlvs].offset *= in rw_t1t_handle_tlv_detect_rsp()
1032 p_t1t->lock_tlv[p_t1t->num_lock_tlvs].offset += in rw_t1t_handle_tlv_detect_rsp()
1034 p_t1t->lock_tlv[p_t1t->num_lock_tlvs].bytes_locked_per_bit = in rw_t1t_handle_tlv_detect_rsp()
1036 p_t1t->lock_tlv[p_t1t->num_lock_tlvs].num_bits = tlv_value[1]; in rw_t1t_handle_tlv_detect_rsp()
1042 p_t1t->num_lock_tlvs; in rw_t1t_handle_tlv_detect_rsp()
1053 p_t1t->num_lock_tlvs++; in rw_t1t_handle_tlv_detect_rsp()
2268 p_t1t->num_lock_tlvs = 0; in RW_T1tLocateTlv()
/system/nfc/src/nfc/include/
Drw_int.h211 uint8_t num_lock_tlvs; /* Number of lcok tlvs detected in the tag */ member
416 uint8_t num_lock_tlvs; /* Number of lcok tlvs detected in the tag */ member