Home
last modified time | relevance | path

Searched defs:SessionControlNotification (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/out/soong/.intermediates/external/uwb/src/UwbGeneratedPackets_rust/gen/rust/uwb_uci_packets/
Duci_packets.rs5182 SessionControlNotification(SessionControlNotificationData), enumerator
5232 SessionControlNotification(SessionControlNotification), enumerator
8204 pub struct SessionControlNotification { struct
8210 sessioncontrolnotification: SessionControlNotificationData, argument
8283 impl Packet for SessionControlNotification { implementation
8316 impl TryFrom<UciControlPacket> for SessionControlNotification { implementation
8320 ) -> Result<SessionControlNotification, Self::Error> { in try_from()
8324 impl SessionControlNotification { implementation
8403 pub fn build(self) -> SessionControlNotification { in build()
8434 impl From<SessionControlNotificationBuilder> for SessionControlNotification { implementation
[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.rs5182 SessionControlNotification(SessionControlNotificationData), enumerator
5232 SessionControlNotification(SessionControlNotification), enumerator
8204 pub struct SessionControlNotification { struct
8210 sessioncontrolnotification: SessionControlNotificationData, argument
8283 impl Packet for SessionControlNotification { implementation
8316 impl TryFrom<UciControlPacket> for SessionControlNotification { implementation
8320 ) -> Result<SessionControlNotification, Self::Error> { in try_from()
8324 impl SessionControlNotification { impl
8403 pub fn build(self) -> SessionControlNotification { in build()
8434 impl From<SessionControlNotificationBuilder> for SessionControlNotification { implementation
[all …]
/aosp_15_r20/external/uwb/src/rust/uwb_core/src/uci/
H A Dnotification.rs488 evt: uwb_uci_packets::SessionControlNotification, in try_from()