|
Android-cuttlefish cvd tool
|
#include "cuttlefish/host/commands/cvd/cli/parser/instance/cf_graphics_configs.h"#include <algorithm>#include <optional>#include <string>#include <utility>#include <vector>#include "google/protobuf/text_format.h"#include "cuttlefish/common/libs/utils/base64.h"#include "cuttlefish/host/commands/assemble_cvd/flags_defaults.h"#include "cuttlefish/host/commands/assemble_cvd/proto/launch_cvd.pb.h"#include "cuttlefish/host/commands/cvd/cli/parser/cf_configs_common.h"#include "cuttlefish/host/commands/cvd/cli/parser/load_config.pb.h"#include "cuttlefish/result/result.h"
Namespaces | |
| namespace | cuttlefish |
| namespace | cuttlefish::anonymous_namespace{cf_graphics_configs.cpp} |
Functions | |
| Result< std::optional< std::string > > | cuttlefish::anonymous_namespace{cf_graphics_configs.cpp}::GenerateDisplayFlag (const EnvironmentSpecification &cfg) |
| bool | cuttlefish::anonymous_namespace{cf_graphics_configs.cpp}::RecordScreen (const Instance &instance) |
| std::optional< std::string > | cuttlefish::anonymous_namespace{cf_graphics_configs.cpp}::GpuMode (const Instance &instance) |
| std::optional< std::vector< std::string > > | cuttlefish::anonymous_namespace{cf_graphics_configs.cpp}::GpuModes (const EnvironmentSpecification &cfg) |
| Result< std::vector< std::string > > | cuttlefish::GenerateGraphicsFlags (const EnvironmentSpecification &cfg) |