Searched defs:PollEvents (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/rust/crates/v4l2r/lib/src/device/ |
D | poller.rs | 46 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 D | context.rs | 184 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/ |
D | poll.rs | 235 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 D | device_event_mgr.cc | 206 void EventMgr::PollEvents(bool is_dedicated_poller, in PollEvents() function in tensorflow::EventMgr
|
H A D | device_event_mgr_test.cc | 66 void PollEvents() { in PollEvents() function in tensorflow::TEST_EventMgrHelper
|
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/gpu/ |
H A D | gpu_event_mgr.cc | 205 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 D | trace_program.cc | 138 void TraceProgram::PollEvents() { in PollEvents() function in quic_trace::render::TraceProgram
|
/aosp_15_r20/external/crosvm/net_util/src/slirp/sys/windows/ |
H A D | handler.rs | 327 fn wsa_events_to_slirp_events(events: SHORT) -> PollEvents { in wsa_events_to_slirp_events()
|