Home
last modified time | relevance | path

Searched defs:PollSource (Results 1 – 2 of 2) sorted by relevance

/external/crosvm/cros_async/src/
Dpoll_source.rs72 pub struct PollSource<F>(RegisteredSource<F>); struct
74 impl<F: AsRawFd> PollSource<F> { implementation
88 impl<F: AsRawFd> Deref for PollSource<F> { implementation
96 impl<F: AsRawFd> DerefMut for PollSource<F> { implementation
103 impl<F: AsRawFd> ReadAsync for PollSource<F> { implementation
228 impl<F: AsRawFd> WriteAsync for PollSource<F> { implementation
348 impl<F: AsRawFd> IoSourceExt<F> for PollSource<F> { implementation
/external/crosvm/common/cros_async/src/
Dpoll_source.rs72 pub struct PollSource<F>(RegisteredSource<F>); struct
74 impl<F: AsRawFd> PollSource<F> { impl
88 impl<F: AsRawFd> Deref for PollSource<F> { implementation
96 impl<F: AsRawFd> DerefMut for PollSource<F> { implementation
103 impl<F: AsRawFd> ReadAsync for PollSource<F> { implementation
228 impl<F: AsRawFd> WriteAsync for PollSource<F> { implementation
348 impl<F: AsRawFd> IoSourceExt<F> for PollSource<F> { implementation