Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/e2e_tests/guest_under_test/rootfs/delegate/src/
H A Dwire_format.rs29 pub enum GuestToHostMessage { enum
49 pub fn assume_guest_to_host(self) -> GuestToHostMessage { in assume_guest_to_host()
/aosp_15_r20/external/crosvm/e2e_tests/fixture/src/
H A Dvm.rs501 fn read_message_from_guest(&mut self, timeout: Duration) -> Result<GuestToHostMessage> { in read_message_from_guest()