HomeSort by relevance Sort by last modified time
    Searched refs:adb_mode (Results 1 - 4 of 4) sorted by null

  /device/google/cuttlefish_common/host/libs/config/
cuttlefish_config.cpp 126 const char* kAdbMode = "adb_mode";
560 std::set<std::string> CuttlefishConfig::adb_mode() const { function in class:vsoc::CuttlefishConfig
586 bool tunnelMode = adb_mode().count("tunnel") > 0;
587 bool vsockTunnel = adb_mode().count("vsock_tunnel") > 0;
588 bool vsockHalfProxy = adb_mode().count("vsock_half_tunnel") > 0;
589 bool nativeVsock = adb_mode().count("native_vsock") > 0;
592 } else if (adb_mode().count("usb") > 0) {
595 LOG(ERROR) << "no adb_mode found, returning bad device name";
cuttlefish_config.h 225 std::set<std::string> adb_mode() const;
  /device/google/cuttlefish_common/host/commands/launch/
launch.cc 48 return config.adb_mode().count(mode) > 0;
flags.cc 128 DEFINE_string(adb_mode, "vsock_half_tunnel",
138 "server. Only relevant with -adb_mode=tunnel or vsock_tunnel");

Completed in 99 milliseconds