Searched defs:CoreNotification (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/uwb/src/rust/uwb_core/src/uci/ |
H A D | notification.rs | 53 pub enum CoreNotification { enum 393 impl TryFrom<uwb_uci_packets::CoreNotification> for CoreNotification { implementation
|
H A D | uci_manager_sync.rs | 97 core_notification_receiver: mpsc::UnboundedReceiver<CoreNotification>, in new()
|
H A D | mock_uci_manager.rs | 604 core_notf_sender: mpsc::UnboundedSender<CoreNotification>, in set_core_notification_sender()
|
H A D | uci_manager.rs | 67 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 D | uwb_service.rs | 434 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/ |
D | uci_packets.rs | 5180 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/ |
D | uci_packets.rs | 5180 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 …]
|