Searched refs:adb_ip_and_port (Results 1 – 8 of 8) sorted by relevance
/device/google/cuttlefish/host/commands/run_cvd/ |
D | boot_state_machine.cc | 261 CHECK(Execute({adb_bin_path, "-s", instance_.adb_ip_and_port(), in ResultSetup() 266 CHECK(Execute({adb_bin_path, "-s", instance_.adb_ip_and_port(), in ResultSetup() 270 CHECK(Execute({adb_bin_path, "-s", instance_.adb_ip_and_port(), in ResultSetup()
|
D | server_loop_impl_snapshot.cpp | 154 adb_command.AddParameter("-s").AddParameter(ins.adb_ip_and_port()); in RunAdbShellCommand()
|
/device/google/cuttlefish/host/commands/status/ |
D | main.cc | 101 device_info["adb_serial"] = instance_config.adb_ip_and_port(); in PopulateDevicesInfoFromInstance()
|
/device/google/cuttlefish/host/commands/run_cvd/launch/ |
D | netsim_server.cpp | 176 Device device(instance.adb_ip_and_port()); in ResultSetup()
|
/device/google/cuttlefish/host/commands/stop/ |
D | main.cc | 129 << ": " << instance_config.adb_ip_and_port(); in CleanStopInstance()
|
/device/google/cuttlefish/host/libs/config/ |
D | cuttlefish_config_instance.cpp | 1628 std::string CuttlefishConfig::InstanceSpecific::adb_ip_and_port() const { in adb_ip_and_port() function in cuttlefish::CuttlefishConfig::InstanceSpecific 1637 if (adb_ip_and_port() != "") { in adb_device_name() 1638 return adb_ip_and_port(); in adb_device_name()
|
D | cuttlefish_config.h | 338 std::string adb_ip_and_port() const;
|
/device/google/cuttlefish/host/frontend/webrtc/ |
D | connection_observer.cpp | 121 CuttlefishConfig::Get()->ForDefaultInstance().adb_ip_and_port(), in OnAdbChannelOpen()
|