Searched defs:UciNotification (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/uwb/src/rust/uwb_core/src/uci/ |
H A D | mock_uci_manager.rs | 93 notfs: Vec<UciNotification>, in expect_open_hal() 176 notfs: Vec<UciNotification>, in expect_session_init() 194 notfs: Vec<UciNotification>, in expect_session_deinit() 212 notfs: Vec<UciNotification>, in expect_session_set_app_config() 269 notfs: Vec<UciNotification>, in expect_session_update_controller_multicast_list() 322 notfs: Vec<UciNotification>, in expect_range_start() 339 notfs: Vec<UciNotification>, in expect_range_stop() 392 notfs: Vec<UciNotification>, in expect_android_set_radar_config() 535 notfs: Vec<UciNotification>, in expect_session_set_rf_test_config() 553 notfs: Vec<UciNotification>, in expect_test_periodic_tx() [all …]
|
H A D | notification.rs | 40 pub enum UciNotification { enum 351 impl UciNotification { implementation 360 impl TryFrom<(uwb_uci_packets::UciNotification, UCIMajorVersion, bool)> for UciNotification { implementation 363 pair: (uwb_uci_packets::UciNotification, UCIMajorVersion, bool), in try_from() 616 impl TryFrom<uwb_uci_packets::AndroidNotification> for UciNotification { implementation 633 fn vendor_notification(evt: uwb_uci_packets::UciNotification) -> Result<UciNotification> { in vendor_notification()
|
H A D | uci_manager.rs | 1436 async fn handle_notification(&mut self, notf: UciNotification) { in handle_notification()
|
/aosp_15_r20/out/soong/.intermediates/external/uwb/src/UwbGeneratedPackets_rust/gen/rust/uwb_uci_packets/ |
D | uci_packets.rs | 3561 UciNotification(UciNotificationData), enumerator 3581 UciNotification(UciNotification), enumerator 5250 pub struct UciNotification { struct 5254 ucinotification: UciNotificationData, argument 5400 impl Packet for UciNotification { implementation 5428 impl TryFrom<UciControlPacket> for UciNotification { implementation 5430 fn try_from(packet: UciControlPacket) -> Result<UciNotification, Self::Error> { in try_from() 5434 impl UciNotification { implementation 5536 pub fn build(self) -> UciNotification { in build() 5557 impl From<UciNotificationBuilder> for UciNotification { 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 | 3561 UciNotification(UciNotificationData), enumerator 3581 UciNotification(UciNotification), enumerator 5250 pub struct UciNotification { struct 5254 ucinotification: UciNotificationData, argument 5400 impl Packet for UciNotification { implementation 5428 impl TryFrom<UciControlPacket> for UciNotification { implementation 5430 fn try_from(packet: UciControlPacket) -> Result<UciNotification, Self::Error> { in try_from() 5434 impl UciNotification { impl 5536 pub fn build(self) -> UciNotification { in build() 5557 impl From<UciNotificationBuilder> for UciNotification { implementation [all …]
|
/aosp_15_r20/external/uwb/src/rust/uwb_core/src/session/ |
H A D | session_manager.rs | 563 ) -> UciNotification { in session_status_notf() 572 pub(crate) fn range_data_notf(range_data: SessionRangeData) -> UciNotification { in range_data_notf()
|