Home
last modified time | relevance | path

Searched refs:BinderAsyncRuntime (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/libs/binder/rust/binder_tokio/
Dlib.rs31 use binder::binder_impl::BinderAsyncRuntime;
159 impl BinderAsyncRuntime for TokioRuntime<tokio::runtime::Runtime> {
165 impl BinderAsyncRuntime for TokioRuntime<std::sync::Arc<tokio::runtime::Runtime>> {
171 impl BinderAsyncRuntime for TokioRuntime<tokio::runtime::Handle> {
/frameworks/native/libs/binder/rust/src/
Dbinder_async.rs61 pub trait BinderAsyncRuntime { trait
Dlib.rs135 pub use crate::binder_async::BinderAsyncRuntime;