Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/rust/src/
Dlib.rs131 IBinderInternal, InterfaceClass, Remotable, Stability, ToAsyncInterface, ToSyncInterface,
Dbinder.rs78 pub trait ToAsyncInterface<P> interface
379 pub fn into_async<P>(self) -> Strong<<I as ToAsyncInterface<P>>::Target> in into_async()
381 I: ToAsyncInterface<P>, in into_async()
1081 …impl<P: $crate::BinderAsyncPool + 'static> $crate::binder_impl::ToAsyncInterface<P> for dyn $inter…