Searched defs:handle_packet (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/external/python/pyserial/serial/threaded/ |
D | __init__.py | 69 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/ |
D | test_threaded.py | 50 def handle_packet(self, packet): member in Test_threaded.test_framed_packet.TestFramedPacket
|
/aosp_15_r20/external/bcc/tests/python/ |
H A D | test_clang_complex.c | 40 int handle_packet(struct __sk_buff *skb) { in handle_packet() function
|
/aosp_15_r20/packages/modules/adb/ |
D | transport_benchmark.cpp | 129 static const auto handle_packet = [](Connection* connection, std::unique_ptr<apacket> packet) { in BM_Connection_Echo() local
|
D | adb.cpp | 433 void handle_packet(apacket *p, atransport *t) in handle_packet() function
|
/aosp_15_r20/external/coreboot/payloads/libpayload/include/udc/ |
H A D | udc.h | 53 void (*handle_packet)(struct usbdev_ctrl *, int ep, int in_dir, member
|
/aosp_15_r20/tools/netsim/rust/daemon/src/captures/ |
H A D | captures_handler.rs | 284 pub(super) fn handle_packet( in handle_packet() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/gdbstub/src/stub/ |
D | core_impl.rs | 136 pub fn handle_packet( in handle_packet() method
|
/aosp_15_r20/packages/modules/Bluetooth/system/rust/src/gatt/server/ |
D | att_server_bearer.rs | 93 pub fn handle_packet(&self, packet: att::Att) { in handle_packet() method
|