Home
last modified time | relevance | path

Searched refs:BinderAsyncPool (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/libs/binder/rust/src/
Dbinder.rs1027 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…
Dbinder_async.rs25 pub trait BinderAsyncPool { trait
Dlib.rs110 pub use crate::binder_async::{BinderAsyncPool, BoxFuture};
/frameworks/native/libs/binder/rust/binder_tokio/
Dlib.rs32 use binder::{BinderAsyncPool, BoxFuture, FromIBinder, StatusCode, Strong};
113 impl BinderAsyncPool for Tokio {
/frameworks/native/libs/binder/rust/tests/
Dintegration.rs238 impl<P: binder::BinderAsyncPool> IATest<P> for BpTest {
304 impl<P: binder::BinderAsyncPool> IATest<P> for Binder<BnTest> {