| /packages/modules/Bluetooth/system/gd/packet/ |
| D | bit_inserter.cc | 31 void BitInserter::insert_bits(uint8_t byte, size_t num_bits) { in insert_bits() 44 void BitInserter::insert_byte(uint8_t byte) { in insert_byte()
|
| D | byte_inserter.cc | 41 void ByteInserter::on_byte(uint8_t byte) { in on_byte() 47 void ByteInserter::insert_byte(uint8_t byte) { in insert_byte()
|
| D | byte_observer.cc | 25 void ByteObserver::OnByte(uint8_t byte) { in OnByte()
|
| D | fragmenting_inserter.cc | 30 void FragmentingInserter::insert_bits(uint8_t byte, size_t num_bits) { in insert_bits()
|
| D | bit_inserter_unittest.cc | 53 …it.RegisterObserver(ByteObserver([©](uint8_t byte) { copy.push_back(byte); }, [checksum]() { r… in TEST()
|
| D | fragmenting_inserter_unittest.cc | 66 …it.RegisterObserver(ByteObserver([©](uint8_t byte) { copy.push_back(byte); }, [checksum]() { r… in TEST()
|
| D | packet_builder_unittest.cc | 55 EndianBuilder(uint8_t byte, uint16_t two_bytes, uint32_t four_bytes, uint64_t eight_bytes) in EndianBuilder()
|
| /packages/modules/Connectivity/staticlibs/netd/libnetdutils/ |
| D | Slice.cpp | 26 const std::string toHex(uint8_t byte) { in toHex() 43 uint8_t byte = 0; in toHex() local
|
| /packages/modules/Bluetooth/system/packet/avrcp/ |
| D | get_folder_items.cc | 183 for (const uint8_t& byte : item.name_) { in PushMediaPlayerItem() local 200 for (const uint8_t& byte : item.name_) { in PushFolderItem() local 217 for (const uint8_t& byte : item.name_) { in PushMediaElementItem() local 231 for (const uint8_t& byte : attr_val) { in PushMediaElementItem() local
|
| D | pass_through_packet.cc | 40 uint8_t byte = opperation_id_ & 0b01111111; in Serialize() local
|
| D | get_item_attributes.cc | 79 for (const uint8_t& byte : entry.value()) { in Serialize() local
|
| /packages/modules/Bluetooth/system/bta/test/ |
| D | bta_hh_test.cc | 92 for (const auto& byte : data32) { in TEST_F() local 101 for (const auto& byte : data32) { in TEST_F() local
|
| /packages/modules/Bluetooth/system/gd/packet/parser/test/ |
| D | simple_sum.h | 32 void AddByte(uint8_t byte) { in AddByte()
|
| D | variable.cc | 36 for (auto byte : data) { in Serialize() local
|
| /packages/modules/Bluetooth/system/gd/l2cap/ |
| D | fcs.cc | 51 void Fcs::AddByte(uint8_t byte) { in AddByte()
|
| /packages/modules/Bluetooth/system/packet/tests/base/ |
| D | packet_test_common.h | 86 for (uint8_t byte : data_) { in Serialize() local
|
| /packages/modules/Bluetooth/system/packet/tests/fuzzers/ |
| D | avrcp_packet_fuzzer.cc | 49 for (uint8_t byte : data_) { in Serialize() local
|
| /packages/modules/Bluetooth/system/stack/btm/ |
| D | btm_ble_privacy.cc | 154 uint8_t byte; in btm_ble_clear_irk_index() local 175 uint8_t byte; in btm_ble_find_irk_index() local
|
| D | sco_pkt_status.h | 85 uint8_t byte = 0; in data_to_hex_string() local
|
| /packages/modules/Bluetooth/system/packet/tests/avrcp/ |
| D | avrcp_packet_test.cc | 48 for (uint8_t byte : data_) { in Serialize() local
|
| D | vendor_packet_test.cc | 50 for (uint8_t byte : data_) { in Serialize() local
|
| D | avrcp_browse_packet_test.cc | 48 for (uint8_t byte : data_) { in Serialize() local
|
| /packages/modules/Bluetooth/system/tools/scripts/ |
| D | dump_hearingaid_audio.py | 480 def unpack_data(data, byte): argument
|
| D | dump_le_audio.py | 422 def unpack_data(data, byte, ignore): argument
|
| /packages/modules/adb/fastdeploy/deploypatchgenerator/ |
| D | deploy_patch_generator.cpp | 55 char byte = ((const uint8_t*)in_buffer)[i]; in HexEncode() local
|