Home
last modified time | relevance | path

Searched refs:VmContext (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Virtualization/virtualizationmanager/src/
Dcrosvm.rs317 pub struct VmContext { struct
324 impl VmContext { implementation
326 pub fn new(global_context: Strong<dyn IGlobalVmContext>, vm_server: RpcServer) -> VmContext { in new() argument
327 VmContext { global_context, vm_server } in new()
338 vm_context: VmContext,
386 vm_context: VmContext, in new() argument
Daidl.rs20 …g, DiskFile, DisplayConfig, GpuConfig, InputDeviceOption, PayloadState, VmContext, VmInstance, VmS…
352 ) -> binder::Result<(VmContext, Cid, PathBuf)> { in create_vm_context() argument
366 return Ok((VmContext::new(vm_context, vm_server), cid, temp_dir)); in create_vm_context()