Android-cuttlefish cvd tool
Classes | Namespaces | Enumerations | Functions
adb.h File Reference
#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"
Include dependency graph for adb.h:
This graph shows which files directly or indirectly include this file:

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 ()