Searched refs:mVirtManager (Results 1 – 3 of 3) sorted by relevance
22 status_t err = getService<IVirtManager>(String16("android.system.virtmanager"), &mVirtManager); in SetUp()
63 mVirtManager->startVm(ParcelFileDescriptor(std::move(vm_config_fd)), std::nullopt, &vm); in TEST_F()
31 sp<IVirtManager> mVirtManager; variable