Home
last modified time | relevance | path

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

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