Searched defs:get_interface (Results 1 – 3 of 3) sorted by relevance
38 pub async fn get_interface<T: FromIBinder + ?Sized + 'static>( in get_interface() function
178 pub fn get_interface<T: FromIBinder + ?Sized>(name: &str) -> Result<Strong<T>> { in get_interface() function
220 fn get_interface<T: FromIBinder + ?Sized>( in get_interface() method