Android-cuttlefish cvd tool
Namespaces | Functions | Variables
display.h File Reference
#include <optional>
#include <string>
#include "cuttlefish/common/libs/utils/result.h"
#include "cuttlefish/host/libs/config/cuttlefish_config.h"
Include dependency graph for display.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  cuttlefish
 

Functions

Result< std::optional< CuttlefishConfig::DisplayConfig > > cuttlefish::ParseDisplayConfig (const std::string &flag)
 
Result< std::vector< CuttlefishConfig::DisplayConfig > > cuttlefish::ParseDisplayConfigsFromArgs (std::vector< std::string > &args)
 

Variables

constexpr const char cuttlefish::kDisplayFlag [] = "display"
 
constexpr const char cuttlefish::kDisplayHelp []