Home
last modified time | relevance | path

Searched defs:handle_packet (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/python/pyserial/serial/threaded/
D__init__.py69 def handle_packet(self, packet): member in Packetizer
114 def handle_packet(self, packet): member in FramedPacket
133 def handle_packet(self, packet): member in LineReader
/aosp_15_r20/external/python/pyserial/test/
Dtest_threaded.py50 def handle_packet(self, packet): member in Test_threaded.test_framed_packet.TestFramedPacket
/aosp_15_r20/external/bcc/tests/python/
H A Dtest_clang_complex.c40 int handle_packet(struct __sk_buff *skb) { in handle_packet() function
/aosp_15_r20/packages/modules/adb/
Dtransport_benchmark.cpp129 static const auto handle_packet = [](Connection* connection, std::unique_ptr<apacket> packet) { in BM_Connection_Echo() local
Dadb.cpp433 void handle_packet(apacket *p, atransport *t) in handle_packet() function
/aosp_15_r20/external/coreboot/payloads/libpayload/include/udc/
H A Dudc.h53 void (*handle_packet)(struct usbdev_ctrl *, int ep, int in_dir, member
/aosp_15_r20/tools/netsim/rust/daemon/src/captures/
H A Dcaptures_handler.rs284 pub(super) fn handle_packet( in handle_packet() function
/aosp_15_r20/external/rust/android-crates-io/crates/gdbstub/src/stub/
Dcore_impl.rs136 pub fn handle_packet( in handle_packet() method
/aosp_15_r20/packages/modules/Bluetooth/system/rust/src/gatt/server/
Datt_server_bearer.rs93 pub fn handle_packet(&self, packet: att::Att) { in handle_packet() method