Home
last modified time | relevance | path

Searched defs:recv_into_buf (Results 1 – 2 of 2) sorted by relevance

/external/crosvm/third_party/vmm_vhost/src/
Dconnection.rs325 fn recv_into_buf(&mut self, buf_size: usize) -> Result<(usize, Vec<u8>, Option<Vec<File>>)> { in recv_into_buf() method
/external/crosvm/devices/src/virtio/vhost/user/device/vvu/
Ddevice.rs94 fn recv_into_buf( in recv_into_buf() method