Searched refs:adb_mode (Results 1 – 4 of 4) sorted by relevance
560 std::set<std::string> CuttlefishConfig::adb_mode() const { in adb_mode() function in vsoc::CuttlefishConfig586 bool tunnelMode = adb_mode().count("tunnel") > 0; in adb_device_name()587 bool vsockTunnel = adb_mode().count("vsock_tunnel") > 0; in adb_device_name()588 bool vsockHalfProxy = adb_mode().count("vsock_half_tunnel") > 0; in adb_device_name()589 bool nativeVsock = adb_mode().count("native_vsock") > 0; in adb_device_name()592 } else if (adb_mode().count("usb") > 0) { in adb_device_name()
225 std::set<std::string> adb_mode() const;
48 return config.adb_mode().count(mode) > 0; in AdbModeEnabled()
128 DEFINE_string(adb_mode, "vsock_half_tunnel",