Home
last modified time | relevance | path

Searched defs:CoreNotification (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/uwb/src/rust/uwb_core/src/uci/
H A Dnotification.rs53 pub enum CoreNotification { enum
393 impl TryFrom<uwb_uci_packets::CoreNotification> for CoreNotification { implementation
H A Duci_manager_sync.rs97 core_notification_receiver: mpsc::UnboundedReceiver<CoreNotification>, in new()
H A Dmock_uci_manager.rs604 core_notf_sender: mpsc::UnboundedSender<CoreNotification>, in set_core_notification_sender()
H A Duci_manager.rs67 core_notf_sender: mpsc::UnboundedSender<CoreNotification>, in set_core_notification_sender()
287 core_notf_sender: mpsc::UnboundedSender<CoreNotification>, in set_core_notification_sender()
/aosp_15_r20/external/uwb/src/rust/uwb_core/src/service/
H A Duwb_service.rs434 async fn handle_core_notification(&mut self, notf: CoreNotification) { in handle_core_notification()
/aosp_15_r20/out/soong/.intermediates/external/uwb/src/UwbGeneratedPackets_rust/gen/rust/uwb_uci_packets/
Duci_packets.rs5180 CoreNotification(CoreNotificationData), enumerator
5230 CoreNotification(CoreNotification), enumerator
6187 pub struct CoreNotification { struct
6193 corenotification: CoreNotificationData, argument
6250 impl Packet for CoreNotification { implementation
6283 impl TryFrom<UciControlPacket> for CoreNotification { implementation
6285 fn try_from(packet: UciControlPacket) -> Result<CoreNotification, Self::Error> { in try_from()
6289 impl CoreNotification { impl
6359 pub fn build(self) -> CoreNotification { in build()
6388 impl From<CoreNotificationBuilder> for CoreNotification { 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.rs5180 CoreNotification(CoreNotificationData), enumerator
5230 CoreNotification(CoreNotification), enumerator
6187 pub struct CoreNotification { struct
6193 corenotification: CoreNotificationData, argument
6250 impl Packet for CoreNotification { implementation
6283 impl TryFrom<UciControlPacket> for CoreNotification { implementation
6285 fn try_from(packet: UciControlPacket) -> Result<CoreNotification, Self::Error> { in try_from()
6289 impl CoreNotification { impl
6359 pub fn build(self) -> CoreNotification { in build()
6388 impl From<CoreNotificationBuilder> for CoreNotification { implementation
[all …]