Searched defs:IGlobalVmContext (Results 1 – 3 of 3) sorted by relevance
18 interface IGlobalVmContext { interface
251 ) -> binder::Result<Strong<dyn IGlobalVmContext>> { in allocateGlobalVmContext()735 ) -> Result<Strong<dyn IGlobalVmContext>> { in allocate_vm_context()
326 pub fn new(global_context: Strong<dyn IGlobalVmContext>, vm_server: RpcServer) -> VmContext { in new()