Home
last modified time | relevance | path

Searched refs:get_io_source_ref (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/crosvm/cros_async/src/
H A Devent.rs18 pub fn get_io_source_ref(&self) -> &IoSource<Event> { in get_io_source_ref() method
/aosp_15_r20/external/crosvm/devices/src/virtio/vsock/sys/windows/
H A Dvsock.rs1639 let _ = evt.get_io_source_ref().wait_for_handle().await; in wait_event_and_return_port_pair()