Searched refs:adb_ip_and_port (Results 1 – 5 of 5) sorted by relevance
218 std::string CuttlefishConfig::InstanceSpecific::adb_ip_and_port() const { in adb_ip_and_port() function in cuttlefish::CuttlefishConfig::InstanceSpecific228 if (adb_ip_and_port() != "") { in adb_device_name()229 return adb_ip_and_port(); in adb_device_name()
377 std::string adb_ip_and_port() const;
136 .adb_ip_and_port(), in OnAdbChannelOpen()
192 LOG(INFO) << "Successfully stopped device " << instance.adb_ip_and_port(); in CleanStopInstance()
167 config_env += "export ANDROID_SERIAL=" + instance.adb_ip_and_port() + "\n"; in WriteCuttlefishEnvironment()