Home
last modified time | relevance | path

Searched refs:protectedVm (Results 1 – 16 of 16) sorted by relevance

/packages/modules/Virtualization/tests/hostside/java/com/android/microdroid/test/
DMicrodroidHostTests.java464 .protectedVm(mProtectedVm)
491 .protectedVm(true)
610 boolean protectedVm, String configPath, String... crashCommand) throws Exception {
619 .protectedVm(protectedVm)
680 boolean protectedVm, boolean debuggable, String... additionalArgs) throws Exception {
707 if (protectedVm) {
720 private boolean isTombstoneGeneratedWithCrashPayload(boolean protectedVm, boolean debuggable)
723 protectedVm, debuggable, "--payload-binary-name", "MicrodroidCrashNativeLib.so");
742 private boolean isTombstoneGeneratedWithCrashConfig(boolean protectedVm, boolean debuggable)
745 protectedVm, debuggable, "--config-path", "assets/vm_config_crash.json");
[all …]
/packages/modules/Virtualization/demo/java/com/android/microdroid/demo/
DMainActivity.java81 final boolean protectedVm = protectedModeCheckBox.isChecked(); in onCreate()
82 model.run(debug, protectedVm); in onCreate()
162 public void run(boolean debug, boolean protectedVm) { in run() argument
248 builder.setProtectedVm(protectedVm); in run()
/packages/modules/Virtualization/authfs/tests/common/src/java/com/android/fs/common/
DAuthFsTestRule.java125 public static void startMicrodroid(boolean protectedVm) throws DeviceNotAvailableException { in startMicrodroid() argument
133 .protectedVm(protectedVm) in startMicrodroid()
/packages/modules/Virtualization/java/framework/src/android/system/virtualmachine/
DVirtualMachineConfig.java243 boolean protectedVm, in VirtualMachineConfig() argument
267 mProtectedVm = protectedVm; in VirtualMachineConfig()
718 config.protectedVm = this.mProtectedVm; in toVsRawConfig()
765 vsConfig.protectedVm = mProtectedVm; in toVsConfig()
1101 public Builder setProtectedVm(boolean protectedVm) { in setProtectedVm() argument
1102 if (protectedVm) { in setProtectedVm()
1113 mProtectedVm = protectedVm; in setProtectedVm()
/packages/modules/Virtualization/virtualizationservice/aidl/android/system/virtualizationservice/
DVirtualMachineAppConfig.aidl88 boolean protectedVm;
DVirtualMachineRawConfig.aidl54 boolean protectedVm;
/packages/modules/Virtualization/tests/helper/src/java/com/android/microdroid/test/device/
DMicrodroidDeviceTestBase.java183 public void prepareTestSetup(boolean protectedVm, String gki) { in prepareTestSetup() argument
186 mProtectedVm = protectedVm; in prepareTestSetup()
190 if (protectedVm) { in prepareTestSetup()
/packages/modules/Virtualization/virtualizationmanager/src/
Daidl.rs430 *is_protected = config.protectedVm; in create_vm_internal()
439 *is_protected = config.protectedVm; in create_vm_internal()
469 if config.protectedVm { in create_vm_internal()
972 vm_config.protectedVm = config.protectedVm; in load_app_config()
1408 VirtualMachineConfig::RawConfig(config) => config.protectedVm, in is_protected()
1409 VirtualMachineConfig::AppConfig(config) => config.protectedVm, in is_protected()
/packages/modules/Virtualization/tests/pvmfw/java/com/android/pvmfw/test/
DCustomPvmfwHostTestCaseBase.java180 .protectedVm(/* protectedVm= */ true) in launchProtectedVmAndWaitForBootCompleted()
/packages/modules/Virtualization/vmbase/example/tests/
Dtest.rs101 protectedVm: false, in test_run_example_vm()
/packages/modules/Virtualization/libs/vmconfig/src/
Dlib.rs118 protectedVm: self.protected, in to_parcelable()
/packages/modules/Virtualization/compos/common/
Dcompos_client.rs139 protectedVm: true,
/packages/modules/Virtualization/service_vm/manager/src/
Dlib.rs232 protectedVm: true, in protected_vm_instance()
/packages/modules/Virtualization/demo_native/
Dmain.cpp210 app_config.protectedVm = protected_vm; in create_vm_config()
/packages/modules/Virtualization/rialto/tests/
Dtest.rs317 protectedVm: false, in nonprotected_vm_instance()
/packages/modules/Virtualization/vm/src/
Drun.rs176 protectedVm: config.common.protected, in command_run_app()