Searched defs:DataRcvNotification (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/uwb/src/rust/uwb_core/src/uci/ |
H A D | notification.rs | 182 pub struct DataRcvNotification { struct 184 pub session_token: SessionToken, 187 pub status: StatusCode, 190 pub uci_sequence_num: u16, 193 pub source_address: UwbAddress, 219 pub struct RadarDataRcvNotification { argument 335 impl TryFrom<uwb_uci_packets::UciDataPacket> for DataRcvNotification { implementation
|
H A D | uci_manager_sync.rs | 65 data_rcv_notification: DataRcvNotification, in on_data_rcv_notification() 100 data_rcv_notification_receiver: mpsc::UnboundedReceiver<DataRcvNotification>, in new()
|
H A D | mock_uci_manager.rs | 622 data_rcv_notf_sender: mpsc::UnboundedSender<DataRcvNotification>, in set_data_rcv_notification_sender()
|
H A D | uci_manager.rs | 79 data_rcv_notf_sender: mpsc::UnboundedSender<DataRcvNotification>, in set_data_rcv_notification_sender() 308 data_rcv_notf_sender: mpsc::UnboundedSender<DataRcvNotification>, in set_data_rcv_notification_sender()
|
/aosp_15_r20/packages/modules/Uwb/service/uci/jni/src/ |
D | notification_manager_android.rs | 1213 data_rcv_notification: DataRcvNotification, in on_data_rcv_notification()
|