Searched refs:BinderAsyncPool (Results 1 – 5 of 5) sorted by relevance
1027 impl<P: $crate::BinderAsyncPool + 'static> $crate::FromIBinder for dyn $async_interface<P> {1053 …impl<P: $crate::BinderAsyncPool + 'static> $crate::binder_impl::Serialize for dyn $async_interface…1060 …impl<P: $crate::BinderAsyncPool + 'static> $crate::binder_impl::SerializeOption for dyn $async_int…1066 … impl<P: $crate::BinderAsyncPool + 'static> std::fmt::Debug for dyn $async_interface<P> + '_ {1073 … impl<P: $crate::BinderAsyncPool + 'static> std::borrow::ToOwned for dyn $async_interface<P> {1081 …impl<P: $crate::BinderAsyncPool + 'static> $crate::binder_impl::ToAsyncInterface<P> for dyn $inter…1085 …impl<P: $crate::BinderAsyncPool + 'static> $crate::binder_impl::ToSyncInterface for dyn $async_int…
25 pub trait BinderAsyncPool { trait
110 pub use crate::binder_async::{BinderAsyncPool, BoxFuture};
32 use binder::{BinderAsyncPool, BoxFuture, FromIBinder, StatusCode, Strong};113 impl BinderAsyncPool for Tokio {
238 impl<P: binder::BinderAsyncPool> IATest<P> for BpTest {304 impl<P: binder::BinderAsyncPool> IATest<P> for Binder<BnTest> {