| /packages/modules/Bluetooth/system/gd/packet/ |
| D | bit_inserter.cc | 30 void BitInserter::insert_bits(uint8_t byte, size_t num_bits) { in insert_bits() 43 void BitInserter::insert_byte(uint8_t byte) { in insert_byte()
|
| D | byte_inserter.cc | 40 void ByteInserter::on_byte(uint8_t byte) { in on_byte() 46 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 | 29 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 | python3_module.cc | 94 for (auto byte : view) { in PYBIND11_MODULE() local
|
| 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/Bluetooth/system/packet/avrcp/ |
| D | get_folder_items.cc | 178 for (const uint8_t& byte : item.name_) { in PushMediaPlayerItem() local 195 for (const uint8_t& byte : item.name_) { in PushFolderItem() local 212 for (const uint8_t& byte : item.name_) { in PushMediaElementItem() local 226 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 | 78 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 | 37 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 | 84 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 | 142 uint8_t byte; in btm_ble_clear_irk_index() local 163 uint8_t byte; in btm_ble_find_irk_index() 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/vendor_libs/linux/interface/ |
| D | h4_protocol_unittest.cc | 113 char byte; in SendAndReadUartOutbound() local 361 char byte; in SendAndReadUartOutbound() local
|
| /packages/modules/Bluetooth/system/tools/scripts/ |
| D | dump_hearingaid_audio.py | 480 def unpack_data(data, byte): argument
|
| /packages/modules/Bluetooth/system/embdrv/lc3/src/ |
| D | bits.c | 159 static inline void ac_put(struct lc3_bits_buffer *buffer, int byte) in ac_put()
|
| /packages/modules/adb/fastdeploy/deploypatchgenerator/ |
| D | deploy_patch_generator.cpp | 55 char byte = ((const uint8_t*)in_buffer)[i]; in HexEncode() local
|