Home
last modified time | relevance | path

Searched defs:PollEvents (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/rust/crates/v4l2r/lib/src/device/
Dpoller.rs46 pub struct PollEvents { struct
52 impl PollEvents { impl
67 impl Iterator for PollEvents { implementation
315 pub fn poll(&mut self, duration: Option<std::time::Duration>) -> Result<PollEvents, PollError> { in poll()
/aosp_15_r20/external/crosvm/third_party/libslirp-rs/src/
H A Dcontext.rs184 pub struct PollEvents(usize); struct
186 impl PollEvents { implementation
229 impl<T: Into<PollEvents>> ops::BitAnd<T> for PollEvents { implementation
232 fn bitand(self, other: T) -> PollEvents { in bitand()
237 impl<T: Into<PollEvents>> ops::BitOr<T> for PollEvents { implementation
240 fn bitor(self, other: T) -> PollEvents { in bitor()
245 impl<T: Into<PollEvents>> ops::BitOrAssign<T> for PollEvents { implementation
251 impl fmt::Debug for PollEvents { implementation
641 F: FnMut(i32) -> PollEvents, in pollfds_poll()
/aosp_15_r20/external/rust/android-crates-io/crates/vmm-sys-util/src/linux/
Dpoll.rs235 pub struct PollEvents<'a, T> { struct
241 impl<T> std::fmt::Debug for PollEvents<'_, T> { argument
251 impl<'a, T: PollToken> PollEvents<'a, T> { impl
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/device/
H A Ddevice_event_mgr.cc206 void EventMgr::PollEvents(bool is_dedicated_poller, in PollEvents() function in tensorflow::EventMgr
H A Ddevice_event_mgr_test.cc66 void PollEvents() { in PollEvents() function in tensorflow::TEST_EventMgrHelper
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/gpu/
H A Dgpu_event_mgr.cc205 void EventMgr::PollEvents(bool is_dedicated_poller, in PollEvents() function in tensorflow::EventMgr
/aosp_15_r20/external/cronet/third_party/quic_trace/src/tools/render/
H A Dtrace_program.cc138 void TraceProgram::PollEvents() { in PollEvents() function in quic_trace::render::TraceProgram
/aosp_15_r20/external/crosvm/net_util/src/slirp/sys/windows/
H A Dhandler.rs327 fn wsa_events_to_slirp_events(events: SHORT) -> PollEvents { in wsa_events_to_slirp_events()