Android-cuttlefish cvd tool
|
#include <fruit/fruit.h>
#include <set>
#include "cuttlefish/host/libs/config/config_flag.h"
#include "cuttlefish/host/libs/config/config_fragment.h"
#include "cuttlefish/host/libs/config/cuttlefish_config.h"
#include "cuttlefish/host/libs/feature/feature.h"
#include "cuttlefish/host/libs/feature/kernel_log_pipe_provider.h"
Go to the source code of this file.
Classes | |
class | cuttlefish::AdbConfig |
class | cuttlefish::AdbConfigFragment |
class | cuttlefish::AdbConfigFlag |
Namespaces | |
namespace | cuttlefish |
Enumerations | |
enum class | cuttlefish::AdbMode { cuttlefish::VsockTunnel , cuttlefish::VsockHalfTunnel , cuttlefish::NativeVsock , cuttlefish::Unknown } |
Functions | |
AdbMode | cuttlefish::StringToAdbMode (const std::string &mode) |
std::string | cuttlefish::AdbModeToString (AdbMode mode) |
fruit::Component< AdbConfig > | cuttlefish::AdbConfigComponent () |
fruit::Component< fruit::Required< AdbConfig, ConfigFlag >, AdbConfigFlag > | cuttlefish::AdbConfigFlagComponent () |
fruit::Component< fruit::Required< AdbConfig >, AdbConfigFragment > | cuttlefish::AdbConfigFragmentComponent () |
fruit::Component< fruit::Required< KernelLogPipeProvider, const AdbConfig, const CuttlefishConfig, const CuttlefishConfig::InstanceSpecific > > | cuttlefish::LaunchAdbComponent () |