Home
last modified time | relevance | path

Searched defs:recv_header (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/crosvm/third_party/vmm_vhost/src/
H A Dconnection.rs148 pub fn recv_header(&self) -> Result<(VhostUserMsgHeader<R>, Vec<File>)> { in recv_header() method
H A Dbackend_server.rs298 pub fn recv_header(&mut self) -> Result<(VhostUserMsgHeader<FrontendReq>, Vec<File>)> { in recv_header() method
/aosp_15_r20/external/rust/android-crates-io/crates/vhost/src/vhost_user/
Dconnection.rs448 pub fn recv_header(&mut self) -> Result<(VhostUserMsgHeader<R>, Option<Vec<File>>)> { in recv_header() method