Home
last modified time | relevance | path

Searched refs:set_read (Results 1 – 11 of 11) sorted by relevance

/external/crosvm/base/src/
Dwait_context.rs156 EventType::Read => WatchingEvents::empty().set_read(), in convert_to_watching_events()
158 EventType::ReadWrite => WatchingEvents::empty().set_read().set_write(), in convert_to_watching_events()
/external/crosvm/devices/src/usb/xhci/
Dintr_resample_handler.rs31 WatchingEvents::empty().set_read(), in start()
Dring_buffer_controller.rs114 WatchingEvents::empty().set_read(), in new_with_handler()
/external/crosvm/devices/src/utils/
Dasync_job_queue.rs29 WatchingEvents::empty().set_read(), in init()
Devent_loop.rs237 WatchingEvents::empty().set_read(), in event_loop_test()
/external/crosvm/devices/src/usb/host_backend/
Dhost_backend_device_provider.rs74 WatchingEvents::empty().set_read(), in start_helper()
174 WatchingEvents::empty().set_read().set_write(), in handle_attach_device()
/external/crosvm/sys_util/src/
Dpoll.rs273 pub fn set_read(self) -> WatchingEvents { in set_read() method
343 self.add_fd_with_events(fd, WatchingEvents::empty().set_read(), token) in add()
575 self.add_fd_with_events(fd, WatchingEvents::empty().set_read(), token) in add()
Dmmap.rs94 pub fn set_read(self) -> Protection { in set_read() method
786 MemoryMapping::new_protection(size, Protection::none().set_read()).map(From::from) in new()
/external/crosvm/cros_async/src/
Dfd_executor.rs90 ex.add_operation(self.source.as_raw_fd(), WatchingEvents::empty().set_read())?; in wait_readable()
200 .add_operation(notify.as_raw_fd(), WatchingEvents::empty().set_read()) in notify_task()
During_executor.rs201 let events = WatchingEvents::empty().set_read(); in poll_fd_readable()
/external/crosvm/io_uring/src/
During.rs1186 .add_poll_fd(f.as_raw_fd(), &WatchingEvents::empty().set_read(), 454) in dev_zero_readable()
1204 &WatchingEvents::empty().set_read(), in queue_many_ebusy_retry()
1216 &WatchingEvents::empty().set_read(), in queue_many_ebusy_retry()