Home
last modified time | relevance | path

Searched refs:IntoAsync (Results 1 – 7 of 7) sorted by relevance

/external/crosvm/cros_async/src/
Dexecutor.rs12 AsyncResult, FdExecutor, IntoAsync, IoSourceExt, PollSource, URingExecutor, UringSource,
15 pub(crate) fn async_uring_from<'a, F: IntoAsync + 'a>( in async_uring_from()
23 pub(crate) fn async_poll_from<'a, F: IntoAsync + 'a>( in async_poll_from()
140 pub fn async_from<'a, F: IntoAsync + 'a>( in async_from()
Devent.rs7 use crate::{AsyncResult, Executor, IntoAsync, IoSourceExt};
37 impl IntoAsync for EventFd {}
Dtimer.rs9 use crate::{AsyncResult, Executor, IntoAsync, IoSourceExt};
47 impl IntoAsync for TimerFd {}
Dio_ext.rs116 pub trait IntoAsync: AsRawFd {} trait
118 impl IntoAsync for File {}
119 impl IntoAsync for UnixSeqpacket {}
120 impl IntoAsync for &UnixSeqpacket {} impl
Dlib.rs80 Error as AsyncError, IntoAsync, IoSourceExt, ReadAsync, Result as AsyncResult, WriteAsync,
/external/crosvm/base/src/
Dasync_types.rs6 use cros_async::IntoAsync;
25 impl<T> IntoAsync for DescriptorAdapter<T> where T: DescriptorIntoAsync {}
Dtube.rs13 use cros_async::{Executor, IntoAsync, IoSourceExt};
139 impl IntoAsync for Tube {}