Home
last modified time | relevance | path

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

/external/libnfc-nci/src/nfc/tags/
Drw_t2t_ndef.c661 …p_t2t->lock_tlv[p_t2t->num_lock_tlvs].bytes_locked_per_bit = (UINT8) tags_pow (2, ((p_t2t->tlv_val… in rw_t2t_handle_tlv_detect_rsp()
922 p_t2t->lock_tlv[p_t2t->num_lock_tlvs].bytes_locked_per_bit = bytes_locked_per_lock_bit; in rw_t2t_extract_default_locks_info()
2152 UINT8 bytes_locked_per_bit; in rw_t2t_get_lock_bits_for_segment() local
2183bytes_locked_per_bit = p_t2t->lock_tlv[p_t2t->lockbyte[num_dynamic_locks].tlv_index].bytes_locked_… in rw_t2t_get_lock_bits_for_segment()
2188 if (((bytes_locked_per_bit * num_bits) + byte_count) <= lower_offset) in rw_t2t_get_lock_bits_for_segment()
2191 byte_count += bytes_locked_per_bit * num_bits; in rw_t2t_get_lock_bits_for_segment()
2199 byte_count += bytes_locked_per_bit; in rw_t2t_get_lock_bits_for_segment()
2221bytes_locked_per_bit = p_t2t->lock_tlv[p_t2t->lockbyte[num_dynamic_locks].tlv_index].bytes_locked_… in rw_t2t_get_lock_bits_for_segment()
2226 if ((bytes_locked_per_bit * (num_bits - bit_count)) + byte_count < upper_offset) in rw_t2t_get_lock_bits_for_segment()
2229 byte_count += bytes_locked_per_bit * (num_bits - bit_count); in rw_t2t_get_lock_bits_for_segment()
[all …]
Drw_t1t_ndef.c1116 …p_t1t->lock_tlv[p_t1t->num_lock_tlvs].bytes_locked_per_bit = (UINT8) tags_pow (2, ((tlv_value[2] &… in rw_t1t_handle_tlv_detect_rsp()
2017 UINT8 bytes_locked_per_bit; in rw_t1t_get_lock_bits_for_segment() local
2032bytes_locked_per_bit = p_t1t->lock_tlv[p_t1t->lockbyte[num_dynamic_locks].tlv_index].bytes_locked_… in rw_t1t_get_lock_bits_for_segment()
2038 if (bytes_locked_per_bit * num_bits + byte_count <= lower_offset) in rw_t1t_get_lock_bits_for_segment()
2040 byte_count += bytes_locked_per_bit * num_bits; in rw_t1t_get_lock_bits_for_segment()
2049 byte_count += bytes_locked_per_bit; in rw_t1t_get_lock_bits_for_segment()
2070bytes_locked_per_bit = p_t1t->lock_tlv[p_t1t->lockbyte[num_dynamic_locks].tlv_index].bytes_locked_… in rw_t1t_get_lock_bits_for_segment()
2077 if ((bytes_locked_per_bit * (num_bits - bit_count)) + byte_count < upper_offset) in rw_t1t_get_lock_bits_for_segment()
2079 byte_count += bytes_locked_per_bit * (num_bits - bit_count); in rw_t1t_get_lock_bits_for_segment()
2091 byte_count += bytes_locked_per_bit; in rw_t1t_get_lock_bits_for_segment()
[all …]
/external/libnfc-nci/src/nfc/int/
Drw_int.h103 …UINT8 bytes_locked_per_bit; /* No. of tag bytes gets locked by a bit in th… member
276 …UINT8 bytes_locked_per_bit; /* No. of tag bytes gets locked by a bit i… member