Searched refs:send_request_with_payload (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/crosvm/third_party/vmm_vhost/src/ |
H A D | backend_client.rs | 103 let hdr = self.send_request_with_payload( in set_mem_table() 350 let hdr = self.send_request_with_payload(FrontendReq::GET_CONFIG, &body, buf, None)?; in get_config() 386 let hdr = self.send_request_with_payload(FrontendReq::SET_CONFIG, &body, buf, None)?; in set_config() 534 fn send_request_with_payload<T: Sized + AsBytes>( in send_request_with_payload() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/vhost/src/vhost_user/ |
D | master.rs | 204 let hdr = node.send_request_with_payload( in set_mem_table() 411 let hdr = node.send_request_with_payload(MasterReq::GET_CONFIG, &body, buf, None)?; in get_config() 441 let hdr = node.send_request_with_payload(MasterReq::SET_CONFIG, &body, buf, None)?; in set_config() 596 fn send_request_with_payload<T: ByteValued>( in send_request_with_payload() method
|