Home
last modified time | relevance | path

Searched refs:byte_index (Results 1 – 5 of 5) sorted by relevance

/system/nfc/src/nfc/tags/
Drw_t2t_ndef.cc337 p_t2t->lockbyte[num_locks].byte_index; in rw_t2t_handle_lock_read_rsp()
642 p_t2t->lockbyte[p_t2t->num_lockbytes].byte_index = xx; in rw_t2t_handle_tlv_detect_rsp()
814 p_t2t->lockbyte[num_locks].byte_index; in rw_t2t_read_locks()
898 p_t2t->lockbyte[xx].byte_index = xx; in rw_t2t_extract_default_locks_info()
1786 p_t2t->lockbyte[0].byte_index; in rw_t2t_handle_config_tag_readonly()
1987 p_t2t->lockbyte[count].byte_index; in rw_t2t_update_attributes()
2126 ((p_t2t->lockbyte[num_dynamic_locks].byte_index + 1) * in rw_t2t_get_lock_bits_for_segment()
2168 ((p_t2t->lockbyte[num_dynamic_locks].byte_index + 1) * in rw_t2t_get_lock_bits_for_segment()
2293 ((p_t2t->lockbyte[num_dyn_lock_bytes].byte_index + 1) * in rw_t2t_update_lock_attributes()
2445 p_t2t->lockbyte[num_locks].byte_index; in rw_t2t_set_dynamic_lock_bits()
[all …]
Drw_t1t_ndef.cc214 p_t1t->lockbyte[num_locks].byte_index; in rw_t1t_extract_lock_bytes()
295 p_t1t->lockbyte[num_locks].byte_index; in rw_t1t_read_locks()
446 p_t1t->lockbyte[num_locks].byte_index; in rw_t1t_handle_write_rsp()
448 ((p_t1t->lockbyte[num_locks].byte_index + 1) * 8 <= in rw_t1t_handle_write_rsp()
466 p_t1t->lockbyte[lock_count].byte_index; in rw_t1t_handle_write_rsp()
468 ((p_t1t->lockbyte[lock_count].byte_index + 1) * 8 <= in rw_t1t_handle_write_rsp()
1043 p_t1t->lockbyte[p_t1t->num_lockbytes].byte_index = xx; in rw_t1t_handle_tlv_detect_rsp()
1788 p_t1t->lockbyte[count].byte_index; in rw_t1t_update_attributes()
1858 ((p_t1t->lockbyte[num_dynamic_locks].byte_index + 1) * in rw_t1t_get_lock_bits_for_segment()
1902 ((p_t1t->lockbyte[num_dynamic_locks].byte_index + 1) * in rw_t1t_get_lock_bits_for_segment()
/system/nfc/src/nfc/include/
Drw_int.h148 uint8_t byte_index; /* Index of Lock byte pointed by the TLV */ member
379 uint8_t byte_index; /* Index of Lock byte pointed by the TLV */ member
/system/bt/gd/hci/
Dcontroller.cc523 uint16_t byte_index = index / 10; \
525 bool supported = local_supported_commands_[byte_index] & (1 << bit_index); \
/system/bt/vendor_libs/test_vendor_lib/model/controller/
Ddual_mode_controller.cc108 uint16_t byte_index = index / 10; \ in DualModeController()
110 if (byte_index < 36) { \ in DualModeController()
111 supported_commands[byte_index] = supported_commands[byte_index] | bit; \ in DualModeController()