Home
last modified time | relevance | path

Searched refs:hal_uci_recipient (Results 1 – 1 of 1) sorted by relevance

/external/uwb/src/rust/uci_hal_android/
Duci_hal_android.rs139 hal_uci_recipient: Option<Strong<dyn IUwbChipAsync<Tokio>>>, field
150 hal_uci_recipient: None, in new()
163 if self.hal_uci_recipient.is_some() { in open()
231 self.hal_uci_recipient.replace(i_uwb_chip); in open()
245 let hal_uci_recipient = self.hal_uci_recipient.take(); in close() localVariable
248 match hal_uci_recipient { in close()
264 match &self.hal_uci_recipient { in send_packet()
286 match &self.hal_uci_recipient { in notify_session_initialized()
318 assert!(hal.hal_uci_recipient.is_none()); in test_new()
342 assert!(hal.hal_uci_recipient.is_none()); in test_close()