Home
last modified time | relevance | path

Searched defs:wait_for_interface (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/libs/binder/rust/binder_tokio/
Dlib.rs88 pub async fn wait_for_interface<T: FromIBinder + ?Sized + 'static>( in wait_for_interface() function
/frameworks/native/libs/binder/rust/src/
Dservice.rs190 pub fn wait_for_interface<T: FromIBinder + ?Sized>(name: &str) -> Result<Strong<T>> { in wait_for_interface() function