Home
last modified time | relevance | path

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

/system/nfc/src/nfc/tags/
Drw_t2t_ndef.c1924 lower_offset = p_t2t->segment * RW_T2T_SEGMENT_BYTES; in rw_t2t_update_attributes()
1926 upper_offset = (p_t2t->segment + 1) * RW_T2T_SEGMENT_BYTES; in rw_t2t_update_attributes()
1937 offset %= RW_T2T_SEGMENT_BYTES; in rw_t2t_update_attributes()
1960 offset %= RW_T2T_SEGMENT_BYTES; in rw_t2t_update_attributes()
2016 lower_offset = segment * RW_T2T_SEGMENT_BYTES; in rw_t2t_get_lock_bits_for_segment()
2020 upper_offset = (segment + 1) * RW_T2T_SEGMENT_BYTES; in rw_t2t_get_lock_bits_for_segment()
2261 p_t2t->segment = (uint8_t)(index / RW_T2T_SEGMENT_BYTES); in rw_t2t_is_lock_res_byte()
2269 index = index % RW_T2T_SEGMENT_BYTES; in rw_t2t_is_lock_res_byte()
2302 p_t2t->segment = (uint8_t)(index / RW_T2T_SEGMENT_BYTES); in rw_t2t_is_read_only_byte()
2310 index = index % RW_T2T_SEGMENT_BYTES; in rw_t2t_is_read_only_byte()
/system/nfc/src/nfc/int/
Drw_int.h271 #define RW_T2T_SEGMENT_BYTES 128 macro