Home
last modified time | relevance | path

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

12

/packages/modules/Bluetooth/system/gd/packet/
Dbit_inserter.cc30 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()
Dbyte_inserter.cc40 void ByteInserter::on_byte(uint8_t byte) { in on_byte()
46 void ByteInserter::insert_byte(uint8_t byte) { in insert_byte()
Dbyte_observer.cc25 void ByteObserver::OnByte(uint8_t byte) { in OnByte()
Dfragmenting_inserter.cc29 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()
Dpython3_module.cc94 for (auto byte : view) { in PYBIND11_MODULE() local
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/Bluetooth/system/packet/avrcp/
Dget_folder_items.cc178 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
Dpass_through_packet.cc40 uint8_t byte = opperation_id_ & 0b01111111; in Serialize() local
Dget_item_attributes.cc78 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.cc37 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.h84 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.cc142 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/
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/vendor_libs/linux/interface/
Dh4_protocol_unittest.cc113 char byte; in SendAndReadUartOutbound() local
361 char byte; in SendAndReadUartOutbound() local
/packages/modules/Bluetooth/system/tools/scripts/
Ddump_hearingaid_audio.py480 def unpack_data(data, byte): argument
/packages/modules/Bluetooth/system/embdrv/lc3/src/
Dbits.c159 static inline void ac_put(struct lc3_bits_buffer *buffer, int byte) in ac_put()
/packages/modules/adb/fastdeploy/deploypatchgenerator/
Ddeploy_patch_generator.cpp55 char byte = ((const uint8_t*)in_buffer)[i]; in HexEncode() local

12