Searched refs:hal_open_result_sender (Results 1 – 1 of 1) sorted by relevance
74 hal_open_result_sender: mpsc::Sender<Result<()>>, field81 hal_open_result_sender: mpsc::Sender<Result<()>>, in new()84 Self { uci_sender, hal_open_result_sender, hal_close_result_sender } in new()106 let _ = self.hal_open_result_sender.try_send(Err(Error::BinderStatus( in onHalEvent()113 UwbEvent::POST_INIT_CPLT => self.hal_open_result_sender.try_send(Ok(())).map_err(|e| { in onHalEvent()204 let (hal_open_result_sender, mut hal_open_result_receiver) = mpsc::channel::<Result<()>>(1); in open()209 hal_open_result_sender, in open()