|
Android-cuttlefish cvd tool
|
#include <sys/types.h>#include <cstdint>#include <map>#include <memory>#include <optional>#include <set>#include <string>#include <string_view>#include <vector>#include "cuttlefish/common/libs/utils/device_type.h"#include "cuttlefish/common/libs/utils/host_info.h"#include "cuttlefish/host/commands/assemble_cvd/proto/guest_config.pb.h"#include "cuttlefish/host/libs/config/ap_boot_flow.h"#include "cuttlefish/host/libs/config/boot_flow.h"#include "cuttlefish/host/libs/config/config_fragment.h"#include "cuttlefish/host/libs/config/config_utils.h"#include "cuttlefish/host/libs/config/data_image_policy.h"#include "cuttlefish/host/libs/config/external_network_mode.h"#include "cuttlefish/host/libs/config/gpu_mode.h"#include "cuttlefish/host/libs/config/guest_hwui_renderer.h"#include "cuttlefish/host/libs/config/guest_renderer_preload.h"#include "cuttlefish/host/libs/config/secure_hals.h"#include "cuttlefish/host/libs/config/vmm_mode.h"#include "cuttlefish/result/result.h"
Go to the source code of this file.
Namespaces | |
| namespace | Json |
| namespace | cuttlefish |
Functions | |
| bool | cuttlefish::IsRestoring (const CuttlefishConfig &config) |
| bool | cuttlefish::VmManagerIsCrosvm (const CuttlefishConfig &config) |
| bool | cuttlefish::VmManagerIsQemu (const CuttlefishConfig &config) |
| bool | cuttlefish::VmManagerIsGem5 (const CuttlefishConfig &config) |
| bool | cuttlefish::EnableNetsimNfc (const CuttlefishConfig &config) |