Home
last modified time | relevance | path

Searched refs:num_lock_bits (Results 1 – 2 of 2) sorted by relevance

/external/libnfc-nci/src/nfc/tags/
Drw_t1t_ndef.c2134 UINT8 num_lock_bits; in rw_t1t_update_lock_attributes() local
2151 num_lock_bits = 8; in rw_t1t_update_lock_attributes()
2156 while (xx < num_lock_bits) in rw_t1t_update_lock_attributes()
2185 num_lock_bits = 8; in rw_t1t_update_lock_attributes()
2194 num_lock_bits = (total_bits % 8 == 0)? 8:total_bits % 8; in rw_t1t_update_lock_attributes()
2196 while (xx < num_lock_bits) in rw_t1t_update_lock_attributes()
Drw_t2t_ndef.c2285 UINT8 num_lock_bits; in rw_t2t_update_lock_attributes() local
2299num_lock_bits = TAG_BITS_PER_BYTE - 1; /* the inner while loop increases xx by 2. need (… in rw_t2t_update_lock_attributes()
2304 while (xx < num_lock_bits) in rw_t2t_update_lock_attributes()
2336 num_lock_bits = TAG_BITS_PER_BYTE; in rw_t2t_update_lock_attributes()
2344num_lock_bits = b_all_bits_are_locks ? TAG_BITS_PER_BYTE : p_t2t->lock_tlv[p_t2t->lockbyte… in rw_t2t_update_lock_attributes()
2346 while (xx < num_lock_bits) in rw_t2t_update_lock_attributes()