Home
last modified time | relevance | path

Searched refs:debugLevel (Results 1 – 12 of 12) sorted by relevance

/packages/modules/Virtualization/java/framework/src/android/system/virtualmachine/
DVirtualMachineConfig.java242 @DebugLevel int debugLevel, in VirtualMachineConfig() argument
266 mDebugLevel = debugLevel; in VirtualMachineConfig()
342 @DebugLevel int debugLevel = b.getInt(KEY_DEBUGLEVEL); in fromPersistableBundle() local
343 if (debugLevel != DEBUG_LEVEL_NONE && debugLevel != DEBUG_LEVEL_FULL) { in fromPersistableBundle()
344 throw new IllegalArgumentException("Invalid debugLevel: " + debugLevel); in fromPersistableBundle()
346 builder.setDebugLevel(debugLevel); in fromPersistableBundle()
759 vsConfig.debugLevel = VirtualMachineAppConfig.DebugLevel.FULL; in toVsConfig()
762 vsConfig.debugLevel = VirtualMachineAppConfig.DebugLevel.NONE; in toVsConfig()
1077 public Builder setDebugLevel(@DebugLevel int debugLevel) { in setDebugLevel() argument
1078 if (debugLevel != DEBUG_LEVEL_NONE && debugLevel != DEBUG_LEVEL_FULL) { in setDebugLevel()
[all …]
/packages/modules/Virtualization/tests/pvmfw/java/com/android/pvmfw/test/
DDebugPolicyHostTests.java218 public ITestDevice launchProtectedVmAndWaitForBootCompleted(String debugLevel) in launchProtectedVmAndWaitForBootCompleted() argument
220 return launchProtectedVmAndWaitForBootCompleted(debugLevel, BOOT_COMPLETE_TIMEOUT_MS); in launchProtectedVmAndWaitForBootCompleted()
224 String debugLevel, long adbTimeoutMs) throws DeviceNotAvailableException { in launchProtectedVmAndWaitForBootCompleted() argument
229 return launchProtectedVmAndWaitForBootCompleted(debugLevel, adbTimeoutMs, bootFiles); in launchProtectedVmAndWaitForBootCompleted()
DCustomPvmfwHostTestCaseBase.java174 String debugLevel, long adbTimeoutMs, @NonNull Map<String, File> bootFiles) in launchProtectedVmAndWaitForBootCompleted() argument
179 .debugLevel(debugLevel) in launchProtectedVmAndWaitForBootCompleted()
/packages/modules/Virtualization/tests/hostside/java/com/android/microdroid/test/
DMicrodroidHostTests.java461 .debugLevel("full")
488 .debugLevel("full")
616 .debugLevel("full")
783 .debugLevel("full")
926 .debugLevel("full")
938 .debugLevel("full")
1162 .debugLevel("full")
1202 .debugLevel("full")
/packages/modules/Virtualization/virtualizationservice/aidl/android/system/virtualizationservice/
DVirtualMachineAppConfig.aidl85 DebugLevel debugLevel = DebugLevel.NONE;
/packages/modules/Virtualization/libs/vmconfig/src/
Dlib.rs138 VirtualMachineConfig::AppConfig(config) => Some(config.debugLevel), in get_debug_level()
/packages/modules/Virtualization/authfs/tests/common/src/java/com/android/fs/common/
DAuthFsTestRule.java132 .debugLevel("full") in startMicrodroid()
/packages/modules/Virtualization/virtualizationmanager/src/
Dpayload.rs430 let debug_suffix = match config.debugLevel { in add_microdroid_system_images()
433 _ => return Err(anyhow!("unsupported debug level: {:?}", config.debugLevel)), in add_microdroid_system_images()
/packages/modules/Virtualization/compos/common/
Dcompos_client.rs137 debugLevel: debug_level,
/packages/modules/Virtualization/demo_native/
Dmain.cpp208 app_config.debugLevel = VirtualMachineAppConfig::DebugLevel::FULL; in create_vm_config()
/packages/modules/Virtualization/vm/src/
Drun.rs175 debugLevel: config.debug.debug, in command_run_app()
/packages/modules/Virtualization/tests/benchmark_hostside/java/android/avf/test/
DAVFHostTestCase.java254 .debugLevel("full") in getAppStartupTime()