Searched defs:set_inflight_fd (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/vhost/src/vhost_user/ |
D | slave_req_handler.rs | 69 fn set_inflight_fd(&self, inflight: &VhostUserInflight, file: File) -> Result<()>; in set_inflight_fd() method 117 fn set_inflight_fd(&mut self, inflight: &VhostUserInflight, file: File) -> Result<()>; in set_inflight_fd() method 214 fn set_inflight_fd(&self, inflight: &VhostUserInflight, file: File) -> Result<()> { in set_inflight_fd() method
|
D | master.rs | 65 fn set_inflight_fd(&mut self, inflight: &VhostUserInflight, fd: RawFd) -> Result<()>; in set_inflight_fd() method 469 fn set_inflight_fd(&mut self, inflight: &VhostUserInflight, fd: RawFd) -> Result<()> { in set_inflight_fd() method
|
D | dummy_slave.rs | 279 fn set_inflight_fd(&mut self, _inflight: &VhostUserInflight, _file: File) -> Result<()> { in set_inflight_fd() method
|
/aosp_15_r20/external/crosvm/third_party/vmm_vhost/src/ |
H A D | backend_server.rs | 66 fn set_inflight_fd(&mut self, inflight: &VhostUserInflight, file: File) -> Result<()>; in set_inflight_fd() method 181 fn set_inflight_fd(&mut self, inflight: &VhostUserInflight, file: File) -> Result<()> { in set_inflight_fd() function
|
H A D | test_backend.rs | 251 fn set_inflight_fd(&mut self, _inflight: &VhostUserInflight, _file: File) -> Result<()> { in set_inflight_fd() method
|
H A D | backend_client.rs | 419 pub fn set_inflight_fd(&self, inflight: &VhostUserInflight, fd: RawDescriptor) -> Result<()> { in set_inflight_fd() method
|
/aosp_15_r20/external/crosvm/devices/src/virtio/vhost/user/device/ |
H A D | vsock.rs | 409 fn set_inflight_fd(&mut self, _inflight: &VhostUserInflight, _file: File) -> Result<()> { in set_inflight_fd() method
|
H A D | handler.rs | 687 fn set_inflight_fd(&mut self, _inflight: &VhostUserInflight, _file: File) -> VhostResult<()> { in set_inflight_fd() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/vhost-user-backend/src/ |
D | handler.rs | 531 fn set_inflight_fd( in set_inflight_fd() function
|