Home
last modified time | relevance | path

Searched defs:SessionStopRsp (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/rust/pica/src/
Ddevice.rs832 fn session_stop(&mut self, cmd: SessionStopCmd) -> SessionStopRsp { in session_stop()
/aosp_15_r20/out/soong/.intermediates/external/uwb/src/UwbGeneratedPackets_rust/gen/rust/uwb_uci_packets/
Duci_packets.rs7896 SessionStopRsp(SessionStopRspData), enumerator
7922 SessionStopRsp(SessionStopRsp), enumerator
25179 pub struct SessionStopRsp { struct
25187 sessionstoprsp: SessionStopRspData, argument
25206 obj: "SessionStopRsp", in parse_inner() argument
25231 impl Packet for SessionStopRsp { implementation
25269 impl TryFrom<UciControlPacket> for SessionStopRsp { implementation
25271 fn try_from(packet: UciControlPacket) -> Result<SessionStopRsp, Self::Error> { in try_from()
25275 impl SessionStopRsp { impl
25342 pub fn build(self) -> SessionStopRsp { in build()
[all …]
/aosp_15_r20/out/soong/.intermediates/external/uwb/src/libuwb_uci_packets/android_arm64_armv8-2a_cortex-a55_rlib_rlib-std_apex33/out/
Duci_packets.rs7896 SessionStopRsp(SessionStopRspData), enumerator
7922 SessionStopRsp(SessionStopRsp), enumerator
25179 pub struct SessionStopRsp { struct
25187 sessionstoprsp: SessionStopRspData, argument
25206 obj: "SessionStopRsp", in parse_inner() argument
25231 impl Packet for SessionStopRsp { implementation
25269 impl TryFrom<UciControlPacket> for SessionStopRsp { implementation
25271 fn try_from(packet: UciControlPacket) -> Result<SessionStopRsp, Self::Error> { in try_from()
25275 impl SessionStopRsp { impl
25342 pub fn build(self) -> SessionStopRsp { in build()
[all …]
/aosp_15_r20/external/rust/pica/py/pica/pica/packets/
Duci.py4325 class SessionStopRsp(SessionControlPacket): class