Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/hypervisor/src/
H A Dlib.rs406 pub struct VcpuShutdownError { struct
407 kind: VcpuShutdownErrorKind, argument
411 impl VcpuShutdownError { implementation
412 pub fn new(kind: VcpuShutdownErrorKind, raw_error_code: u64) -> VcpuShutdownError { in new()
/aosp_15_r20/external/crosvm/metrics_events/src/
H A Devent_types.rs52 VcpuShutdownError, enumerator