Searched defs:end_offset (Results 1 – 5 of 5) sorted by relevance
/packages/modules/Bluetooth/system/gd/packet/parser/fields/ |
D | packet_field.cc | 35 int PacketField::GenBounds(std::ostream& s, Size start_offset, Size end_offset, Size size) const { in GenBounds()
|
D | custom_field_fixed_size.cc | 33 int CustomFieldFixedSize::GenBounds(std::ostream& s, Size start_offset, Size end_offset, in GenBounds()
|
D | scalar_field.cc | 47 int ScalarField::GenBounds(std::ostream& s, Size start_offset, Size end_offset, Size size) const { in GenBounds()
|
/packages/modules/Bluetooth/system/gd/packet/parser/ |
D | packet_def.cc | 260 auto end_offset = GetOffsetForField(started_field->GetName(), false); in GenValidator() local
|
/packages/modules/Nfc/libnfc-nci/src/nfc/tags/ |
D | rw_t1t_ndef.cc | 853 uint8_t end_offset = T1T_STATIC_SIZE - (2 * T1T_BLOCK_SIZE); in rw_t1t_handle_tlv_detect_rsp() local
|