Home | History | Annotate | Download | only in android

Lines Matching full:guest

831  *      caused by guest closing the pipe handle (in which case 1 is passed in
844 /* This is emulator component (rather than the guest) closing a pipe
845 * client. Since pipe clients are controlled strictly by the guest, we
846 * don't actually close the client here, but notify the guest about the
848 * the guest explicitly closes the pipe, in which case this routine will
1378 * the daemon in the guest that disconnection has occurred.
1801 * stop clients in the restored guest, resulting in an incorrect restore.
1806 * changes, there is no communication with the guest.
1891 /* This is a callback that gets invoked when guest is connecting to the service.
1907 /* 'args' passed in this callback represents name of the service the guest is
1955 /* Called when the guest wants to close the channel.
1970 /* Called when the guest has sent some data to the client.
2013 /* Called when the guest is reading data from the client.
2270 /* We don't know in advance whether the guest system supports qemud pipes,
2272 * port), and the new one (over qemu pipe). Then we let the guest to connect
2387 * hw-qemud, while communication with the guest is done over qemu pipe.
2388 * So, when guest disconnects from the qemu pipe, and emulator-side client
2392 * due to guest disconnection. As long as the client was a qemu pipe - based