Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/third_party/vmm_vhost/src/
H A Dconnection.rs197 pub fn recv_message_with_payload<T: AsBytes + FromBytes + VhostUserMsgValidator>( in recv_message_with_payload() method
H A Dbackend_client.rs610 let (reply, body, buf, files) = self.connection.recv_message_with_payload::<T>()?; in recv_reply_with_payload()