Android-cuttlefish cvd tool
|
#include "cuttlefish/host/commands/assemble_cvd/flags/display_proto.h"
#include <string>
#include <utility>
#include <vector>
#include <fmt/format.h>
#include <gflags/gflags.h>
#include <google/protobuf/text_format.h>
#include "cuttlefish/common/libs/utils/base64.h"
#include "cuttlefish/common/libs/utils/result.h"
#include "cuttlefish/host/commands/assemble_cvd/flags_defaults.h"
#include "cuttlefish/host/commands/assemble_cvd/proto/launch_cvd.pb.h"
#include "cuttlefish/host/libs/config/cuttlefish_config.h"
Namespaces | |
namespace | cuttlefish |
namespace | cuttlefish::anonymous_namespace{display_proto.cc} |
Functions | |
DEFINE_string (displays_textproto, CF_DEFAULTS_DISPLAYS_TEXTPROTO, "Text Proto input for multi-vd multi-displays") | |
DEFINE_string (displays_binproto, CF_DEFAULTS_DISPLAYS_TEXTPROTO, "Binary Proto input for multi-vd multi-displays") | |
template<typename ProtoType > | |
Result< ProtoType > | cuttlefish::anonymous_namespace{display_proto.cc}::ParseTextProtoFlagHelper (const std::string &flag_value, const std::string &flag_name) |
template<typename ProtoType > | |
Result< ProtoType > | cuttlefish::anonymous_namespace{display_proto.cc}::ParseBinProtoFlagHelper (const std::string &flag_value, const std::string &flag_name) |
Result< std::vector< std::vector< CuttlefishConfig::DisplayConfig > > > | cuttlefish::anonymous_namespace{display_proto.cc}::ParseDisplaysProto () |
DEFINE_string | ( | displays_binproto | , |
CF_DEFAULTS_DISPLAYS_TEXTPROTO | , | ||
"Binary Proto input for multi-vd multi-displays" | |||
) |
DEFINE_string | ( | displays_textproto | , |
CF_DEFAULTS_DISPLAYS_TEXTPROTO | , | ||
"Text Proto input for multi-vd multi-displays" | |||
) |