Android-cuttlefish cvd tool
|
#include <string>
#include <vector>
#include "cuttlefish/common/libs/utils/result.h"
#include "cuttlefish/host/libs/config/cuttlefish_config.h"
Go to the source code of this file.
Namespaces | |
namespace | cuttlefish |
Functions | |
Result< CuttlefishConfig::TouchpadConfig > | cuttlefish::ParseTouchpadConfig (const std::string &flag) |
Result< std::vector< CuttlefishConfig::TouchpadConfig > > | cuttlefish::ParseTouchpadConfigsFromArgs (std::vector< std::string > &args) |
Variables | |
constexpr const char | cuttlefish::kTouchpadFlag [] = "touchpad" |
constexpr const char | cuttlefish::kTouchpadHelp [] |