Home
last modified time | relevance | path

Searched refs:adb_mode (Results 1 – 4 of 4) sorted by relevance

/device/google/cuttlefish/host/commands/assemble_cvd/
Dflags.cc188 DEFINE_string(adb_mode, "vsock_half_tunnel",
813 auto adb_modes = config.adb_mode(); in ValidateAdbModeFlag()
/device/google/cuttlefish/host/libs/config/
Dcuttlefish_config.h155 std::set<AdbMode> adb_mode() const;
Dcuttlefish_config.cpp335 std::set<AdbMode> CuttlefishConfig::adb_mode() const { in adb_mode() function in cuttlefish::CuttlefishConfig
/device/google/cuttlefish/host/commands/run_cvd/
Dlaunch.cc34 return config.adb_mode().count(mode) > 0; in AdbModeEnabled()