Home
last modified time | relevance | path

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

/packages/modules/Uwb/service/uci/jni/src/
Ddispatcher.rs142 ) -> Result<GuardedUciManager<'a>> { in get_uci_manager()
151 pub(crate) struct GuardedUciManager<'a> { struct
157 impl<'a> Deref for GuardedUciManager<'a> { argument
185 pub fn into_guarded_uci_manager(self, chip_id: &str) -> Result<GuardedUciManager<'a>> { in into_guarded_uci_manager()
187 Ok(GuardedUciManager { in into_guarded_uci_manager()