Searched defs:UwbErr (Results 1 – 6 of 6) sorted by relevance
/external/uwb/src/rust/uci/ |
D | uci_hrcv.rs | 60 pub fn uci_message(evt: UciPacketPacket) -> Result<UciMessage, UwbErr> { in uci_message() argument 70 pub fn uci_response(evt: UciResponsePacket) -> Result<UciResponse, UwbErr> { in uci_response() argument 85 pub fn uci_notification(evt: UciNotificationPacket) -> Result<UciNotification, UwbErr> { in uci_notification() argument 100 fn core_response(evt: CoreResponsePacket) -> Result<UciResponse, UwbErr> { in core_response() argument 111 fn session_response(evt: SessionResponsePacket) -> Result<UciResponse, UwbErr> { in session_response() argument 130 fn ranging_response(evt: RangingResponsePacket) -> Result<UciResponse, UwbErr> { in ranging_response() argument 141 fn android_response(evt: AndroidResponsePacket) -> Result<UciResponse, UwbErr> { in android_response() argument 153 fn vendor_response(evt: UciResponsePacket) -> Result<UciResponse, UwbErr> { in vendor_response() argument 157 fn core_notification(evt: CoreNotificationPacket) -> Result<UciNotification, UwbErr> { in core_notification() argument 165 fn session_notification(evt: SessionNotificationPacket) -> Result<UciNotification, UwbErr> { in session_notification() argument [all …]
|
D | uci_hmsgs.rs | 32 ) -> Result<SessionInitCmdBuilder, UwbErr> { in build_session_init_cmd() argument 39 pub fn build_set_country_code_cmd(code: &[u8]) -> Result<AndroidSetCountryCodeCmdBuilder, UwbErr> { in build_set_country_code_cmd() argument 49 ) -> Result<SessionUpdateControllerMulticastListCmdBuilder, UwbErr> { in build_multicast_list_update_cmd() argument 73 ) -> Result<SessionSetAppConfigCmdBuilder, UwbErr> { in build_set_app_config_cmd() argument 94 ) -> Result<UciCommandPacket, UwbErr> { in build_uci_vendor_cmd_packet() argument 113 pub fn build_device_reset_cmd(reset_config: u8) -> Result<DeviceResetCmdBuilder, UwbErr> { in build_device_reset_cmd() argument
|
D | mock_uci_logger.rs | 52 pub async fn create_dir(_path: impl AsRef<Path>) -> Result<(), UwbErr> { in create_dir() argument 57 pub async fn remove_file(_path: impl AsRef<Path>) -> Result<(), UwbErr> { in remove_file() argument 62 pub async fn rename(_from: impl AsRef<Path>, _to: impl AsRef<Path>) -> Result<(), UwbErr> { in rename() argument
|
D | uci_logger.rs | 98 async fn open_next_file(&mut self, factory: SyncFactory, path: &str) -> Result<(), UwbErr> { in open_next_file() argument 307 async fn create_file_using_open_options(&self, path: &str) -> Result<SyncFile, UwbErr>; in create_file_using_open_options() argument 371 async fn create_file_using_open_options(&self, path: &str) -> Result<SyncFile, UwbErr> { in create_file_using_open_options() argument 410 async fn write_all(&mut self, _data: &[u8]) -> Result<(), UwbErr> { in write_all() argument 415 async fn flush(&self) -> Result<(), UwbErr> { in flush() argument 447 async fn create_file_using_open_options(&self, _path: &str) -> Result<SyncFile, UwbErr> { in create_file_using_open_options() argument
|
/external/uwb/src/rust/ |
D | error.rs | 26 pub enum UwbErr { enum 65 impl UwbErr { implementation
|
/external/uwb/src/fuzz/ |
D | fuzzer.rs | 88 fn convert(&self) -> Result<ShortAddressTwoWayRangingMeasurement, UwbErr> { in convert() argument 125 fn convert(&self) -> Result<ExtendedAddressTwoWayRangingMeasurement, UwbErr> { in convert() argument 152 fn convert(&self) -> Result<ControleeStatus, UwbErr> { in convert() argument 169 ) -> Result<(DispatcherImpl, mpsc::UnboundedSender<HalCallback>), UwbErr> { in create_dispatcher_with_mock_adaptation() argument 292 ) -> Result<(UciCommandPacket, uci_hrcv::UciResponse), UwbErr> { in generate_fake_cmd_rsp() argument 447 fn consume_command(msgs: Vec<Command>) -> Result<(), UwbErr> { in consume_command() argument
|