Home
last modified time | relevance | path

Searched defs:packet_bytes (Results 1 – 11 of 11) sorted by relevance

/packages/modules/Bluetooth/system/gd/hci/
Dhci_packets_test.cc96 std::shared_ptr<std::vector<uint8_t>> packet_bytes = std::make_shared<std::vector<uint8_t>>(); in TEST() local
253 std::shared_ptr<std::vector<uint8_t>> packet_bytes = in TEST() local
266 std::shared_ptr<std::vector<uint8_t>> packet_bytes = in TEST() local
282 std::shared_ptr<std::vector<uint8_t>> packet_bytes = in TEST() local
304 std::shared_ptr<std::vector<uint8_t>> packet_bytes = in TEST() local
327 std::shared_ptr<std::vector<uint8_t>> packet_bytes = in TEST() local
348 std::shared_ptr<std::vector<uint8_t>> packet_bytes = in TEST() local
364 std::shared_ptr<std::vector<uint8_t>> packet_bytes = in TEST() local
377 std::shared_ptr<std::vector<uint8_t>> packet_bytes = in TEST() local
396 auto packet_bytes = std::make_shared<std::vector<uint8_t>>(); in TEST() local
[all …]
Dacl_builder_test.cc139 std::shared_ptr<std::vector<uint8_t>> packet_bytes = std::make_shared<std::vector<uint8_t>>(); in TEST() local
Dhci_layer_fake.cc62 std::shared_ptr<std::vector<uint8_t>> packet_bytes = std::make_shared<std::vector<uint8_t>>(); in DebugPrintCommandOpcode() local
/packages/modules/Bluetooth/system/gd/packet/parser/test/
Dgenerated_packet_test.cc77 std::shared_ptr<std::vector<uint8_t>> packet_bytes = std::make_shared<std::vector<uint8_t>>(); in TEST() local
109 std::shared_ptr<std::vector<uint8_t>> packet_bytes = std::make_shared<std::vector<uint8_t>>(); in TEST() local
186 std::shared_ptr<std::vector<uint8_t>> packet_bytes = std::make_shared<std::vector<uint8_t>>(); in TEST() local
207 std::shared_ptr<std::vector<uint8_t>> packet_bytes = std::make_shared<std::vector<uint8_t>>(); in TEST() local
246 std::shared_ptr<std::vector<uint8_t>> packet_bytes = std::make_shared<std::vector<uint8_t>>(); in TEST() local
272 std::shared_ptr<std::vector<uint8_t>> packet_bytes = std::make_shared<std::vector<uint8_t>>(); in TEST() local
314 std::shared_ptr<std::vector<uint8_t>> packet_bytes = std::make_shared<std::vector<uint8_t>>(); in TEST() local
361 std::shared_ptr<std::vector<uint8_t>> packet_bytes = std::make_shared<std::vector<uint8_t>>(); in TEST() local
406 std::shared_ptr<std::vector<uint8_t>> packet_bytes = std::make_shared<std::vector<uint8_t>>(); in TEST() local
441 std::shared_ptr<std::vector<uint8_t>> packet_bytes = std::make_shared<std::vector<uint8_t>>(); in TEST() local
[all …]
/packages/modules/Bluetooth/system/gd/hal/
Dserialize_packet.h28 std::vector<uint8_t> packet_bytes; in SerializePacket() local
Dhci_hal_host_test.cc428 auto packet_bytes = hal::SerializePacket( in TEST() local
/packages/modules/Bluetooth/tools/rootcanal/model/devices/
Dlink_layer_socket_device.cc98 std::vector<uint8_t> packet_bytes = packet.bytes().bytes(); in ReceiveLinkLayerPacket() local
/packages/modules/Nfc/libnfc-nci/tools/casimir/src/
Dmain.rs70 let mut packet_bytes = vec![0; packet_length]; in read() localVariable
159 let mut packet_bytes = rf_reader.read().await?; in rf() localVariable
Dmain-grpc.rs71 let mut packet_bytes = vec![0; packet_length]; in read() localVariable
173 let mut packet_bytes = rf_reader.read().await?; in rf() localVariable
/packages/modules/Bluetooth/system/gd/packet/parser/
Dparent_def.cc62 void ParentDef::AddTestCase(std::string packet_bytes) { in AddTestCase()
/packages/modules/Bluetooth/system/btif/test/
Dbtif_core_test.cc120 std::shared_ptr<std::vector<uint8_t>> packet_bytes = std::make_shared<std::vector<uint8_t>>(); in BuilderToView() local