Home
last modified time | relevance | path

Searched defs:byte (Results 1 – 25 of 26) sorted by relevance

12

/packages/modules/Bluetooth/system/gd/packet/
Dbit_inserter.cc31 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()
Dbyte_inserter.cc41 void ByteInserter::on_byte(uint8_t byte) { in on_byte()
47 void ByteInserter::insert_byte(uint8_t byte) { in insert_byte()
Dbyte_observer.cc25 void ByteObserver::OnByte(uint8_t byte) { in OnByte()
Dfragmenting_inserter.cc30 void FragmentingInserter::insert_bits(uint8_t byte, size_t num_bits) { in insert_bits()
Dbit_inserter_unittest.cc53 …it.RegisterObserver(ByteObserver([&copy](uint8_t byte) { copy.push_back(byte); }, [checksum]() { r… in TEST()
Dfragmenting_inserter_unittest.cc66 …it.RegisterObserver(ByteObserver([&copy](uint8_t byte) { copy.push_back(byte); }, [checksum]() { r… in TEST()
Dpacket_builder_unittest.cc55 EndianBuilder(uint8_t byte, uint16_t two_bytes, uint32_t four_bytes, uint64_t eight_bytes) in EndianBuilder()
/packages/modules/Connectivity/staticlibs/netd/libnetdutils/
DSlice.cpp26 const std::string toHex(uint8_t byte) { in toHex()
43 uint8_t byte = 0; in toHex() local
/packages/modules/Bluetooth/system/packet/avrcp/
Dget_folder_items.cc183 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
Dpass_through_packet.cc40 uint8_t byte = opperation_id_ & 0b01111111; in Serialize() local
Dget_item_attributes.cc79 for (const uint8_t& byte : entry.value()) { in Serialize() local
/packages/modules/Bluetooth/system/bta/test/
Dbta_hh_test.cc92 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/
Dsimple_sum.h32 void AddByte(uint8_t byte) { in AddByte()
Dvariable.cc36 for (auto byte : data) { in Serialize() local
/packages/modules/Bluetooth/system/gd/l2cap/
Dfcs.cc51 void Fcs::AddByte(uint8_t byte) { in AddByte()
/packages/modules/Bluetooth/system/packet/tests/base/
Dpacket_test_common.h86 for (uint8_t byte : data_) { in Serialize() local
/packages/modules/Bluetooth/system/packet/tests/fuzzers/
Davrcp_packet_fuzzer.cc49 for (uint8_t byte : data_) { in Serialize() local
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_ble_privacy.cc154 uint8_t byte; in btm_ble_clear_irk_index() local
175 uint8_t byte; in btm_ble_find_irk_index() local
Dsco_pkt_status.h85 uint8_t byte = 0; in data_to_hex_string() local
/packages/modules/Bluetooth/system/packet/tests/avrcp/
Davrcp_packet_test.cc48 for (uint8_t byte : data_) { in Serialize() local
Dvendor_packet_test.cc50 for (uint8_t byte : data_) { in Serialize() local
Davrcp_browse_packet_test.cc48 for (uint8_t byte : data_) { in Serialize() local
/packages/modules/Bluetooth/system/tools/scripts/
Ddump_hearingaid_audio.py480 def unpack_data(data, byte): argument
Ddump_le_audio.py422 def unpack_data(data, byte, ignore): argument
/packages/modules/adb/fastdeploy/deploypatchgenerator/
Ddeploy_patch_generator.cpp55 char byte = ((const uint8_t*)in_buffer)[i]; in HexEncode() local

12