Searched defs:get_interface (Results 1 – 2 of 2) sorted by relevance
37 pub async fn get_interface<T: FromIBinder + ?Sized + 'static>(name: &str) -> Result<Strong<T>, Stat… in get_interface() function
778 pub fn get_interface<T: FromIBinder + ?Sized>(name: &str) -> Result<Strong<T>> { in get_interface() function