Home
last modified time | relevance | path

Searched defs:vms (Results 1 – 6 of 6) sorted by relevance

/aosp12/packages/modules/Virtualization/vm/src/
H A Dmain.rs80 let vms = virt_manager.debugListVms().context("Failed to get list of VMs")?; in command_list() localVariable
/aosp12/packages/modules/Virtualization/virtmanager/src/
H A Daidl.rs97 let vms = state.vms(); in debugListVms() localVariable
216 vms: Vec<Weak<VmInstance>>, field
225 fn vms(&self) -> Vec<Arc<VmInstance>> { in vms() method
/aosp12/libnativehelper/
H A DJniInvocation.c99 jint JNI_GetCreatedJavaVMs(JavaVM** vms, jsize size, jsize* vm_count) { in JNI_GetCreatedJavaVMs()
/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
H A DVmsUtils.cpp26 namespace vms { namespace
/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/tests/
H A DVmsUtils_test.cpp28 namespace vms { namespace
/aosp12/hardware/broadcom/wlan/bcmdhd/dhdutil/
H A Ddhdu.c2724 ver2str(unsigned int vms, unsigned int vls) in ver2str()