Home
last modified time | relevance | path

Searched refs:raw_packet (Results 1 – 4 of 4) sorted by relevance

/packages/modules/adb/
Dtransport_benchmark.cpp135 auto raw_packet = packet.release(); in BM_Connection_Echo() local
136 fdevent_run_on_main_thread([connection, raw_packet]() { in BM_Connection_Echo()
137 std::unique_ptr<apacket> packet(raw_packet); in BM_Connection_Echo()
/packages/modules/DnsResolver/tests/testdata/
DREADME.md119 >>> raw_packet=\
126 >>> scapy.DNS(raw_packet).show2()
/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Ddual_mode_controller.cc353 bluetooth::hci::PacketView<bluetooth::hci::kLittleEndian> raw_packet(packet); in DualModeController() local
354 auto acl_packet = bluetooth::hci::AclView::Create(raw_packet); in DualModeController()
374 bluetooth::hci::PacketView<bluetooth::hci::kLittleEndian> raw_packet(packet); in DualModeController() local
375 auto sco_packet = bluetooth::hci::ScoView::Create(raw_packet); in DualModeController()
400 bluetooth::hci::PacketView<bluetooth::hci::kLittleEndian> raw_packet(packet); in DualModeController() local
401 auto iso = bluetooth::hci::IsoView::Create(raw_packet); in DualModeController()
408 bluetooth::hci::PacketView<bluetooth::hci::kLittleEndian> raw_packet(packet); in DualModeController() local
409 auto command_packet = bluetooth::hci::CommandView::Create(raw_packet); in DualModeController()
Dlink_layer_controller.cc1851 bluetooth::hci::PacketView<bluetooth::hci::kLittleEndian> raw_packet( in IncomingAclPacket() local
1853 auto acl_view = bluetooth::hci::AclView::Create(raw_packet); in IncomingAclPacket()