Lines Matching full:crosvm
5 // Provides parts of crosvm as a library to communicate with running crosvm instances.
6 // Usually you would need to invoke crosvm with subcommands and you'd get the result on
29 /// Stops the crosvm instance whose control socket is listening on `socket_path`.
44 /// Suspends the crosvm instance whose control socket is listening on `socket_path`.
59 /// Resumes the crosvm instance whose control socket is listening on `socket_path`.
74 /// Adjusts the balloon size of the crosvm instance whose control socket is
112 /// Returns all USB devices passed through the crosvm instance whose control socket is listening on…
117 /// * `socket_path` - Path to the crosvm control socket
122 /// Crosvm supports passing through up to 255 devices, so pasing an array with 255 entries will
154 /// Attaches an USB device to crosvm instance whose control socket is listening on `socket_path`.
159 /// * `socket_path` - Path to the crosvm control socket
202 /// Detaches an USB device from crosvm instance whose control socket is listening on `socket_path`.
218 /// Modifies the battery status of crosvm instance whose control socket is listening on
252 /// Resizes the disk of the crosvm instance whose control socket is listening on `socket_path`.
314 /// Returns balloon stats of the crosvm instance whose control socket is listening on `socket_path`.