Home
last modified time | relevance | path

Searched defs:from_packet (Results 1 – 25 of 51) sorted by relevance

123

/aosp_15_r20/external/rust/android-crates-io/crates/gdbstub/src/protocol/commands/
D_bs.rs8 fn from_packet(buf: PacketBuf<'a>) -> Option<Self> { in from_packet() method
D_qsThreadInfo.rs8 fn from_packet(buf: PacketBuf<'a>) -> Option<Self> { in from_packet() method
D_QEnvironmentReset.rs8 fn from_packet(buf: PacketBuf<'a>) -> Option<Self> { in from_packet() method
D_bc.rs8 fn from_packet(buf: PacketBuf<'a>) -> Option<Self> { in from_packet() method
D_k.rs8 fn from_packet(buf: PacketBuf<'a>) -> Option<Self> { in from_packet() method
D_g.rs8 fn from_packet(buf: PacketBuf<'a>) -> Option<Self> { in from_packet() method
D_QStartNoAckMode.rs8 fn from_packet(buf: PacketBuf<'a>) -> Option<Self> { in from_packet() method
D_qC.rs8 fn from_packet(buf: PacketBuf<'a>) -> Option<Self> { in from_packet() method
D_qOffsets.rs8 fn from_packet(buf: PacketBuf<'a>) -> Option<Self> { in from_packet() method
D_qfThreadInfo.rs8 fn from_packet(buf: PacketBuf<'a>) -> Option<Self> { in from_packet() method
Dexclamation_mark.rs8 fn from_packet(buf: PacketBuf<'a>) -> Option<Self> { in from_packet() method
Dquestion_mark.rs8 fn from_packet(buf: PacketBuf<'a>) -> Option<Self> { in from_packet() method
D_r_upcase.rs8 fn from_packet(buf: PacketBuf<'a>) -> Option<Self> { in from_packet() method
D_g_upcase.rs10 fn from_packet(buf: PacketBuf<'a>) -> Option<Self> { in from_packet() method
D_qRcmd.rs10 fn from_packet(buf: PacketBuf<'a>) -> Option<Self> { in from_packet() method
D_t_upcase.rs11 fn from_packet(buf: PacketBuf<'a>) -> Option<Self> { in from_packet() method
D_QStartupWithShell.rs10 fn from_packet(buf: PacketBuf<'a>) -> Option<Self> { in from_packet() method
D_QDisableRandomization.rs10 fn from_packet(buf: PacketBuf<'a>) -> Option<Self> { in from_packet() method
D_QAgent.rs10 fn from_packet(buf: PacketBuf<'a>) -> Option<Self> { in from_packet() method
D_d_upcase.rs11 fn from_packet(buf: PacketBuf<'a>) -> Option<Self> { in from_packet() method
D_vFile_unlink.rs10 fn from_packet(buf: PacketBuf<'a>) -> Option<Self> { in from_packet() method
D_vFile_close.rs10 fn from_packet(buf: PacketBuf<'a>) -> Option<Self> { in from_packet() method
D_vAttach.rs11 fn from_packet(buf: PacketBuf<'a>) -> Option<Self> { in from_packet() method
D_vKill.rs11 fn from_packet(buf: PacketBuf<'a>) -> Option<Self> { in from_packet() method
/aosp_15_r20/external/rust/android-crates-io/crates/gdbstub/src/protocol/common/
Dlists.rs9 pub fn from_packet(args: &'a mut [u8]) -> Option<Self> { in from_packet() method

123