Searched refs:resolved_port (Results 1 – 2 of 2) sorted by relevance
330 int socket_spec_listen(std::string_view spec, std::string* error, int* resolved_port) { argument355 if (result >= 0 && resolved_port) {356 *resolved_port = adb_socket_get_local_port(result);396 if (serverfd >= 0 && resolved_port) {398 *resolved_port = addr.svm_port;
1924 std::string resolved_port; in adb_commandline() local1925 if (ReadProtocolString(fd, &resolved_port, &error_message) && !resolved_port.empty()) { in adb_commandline()1926 printf("%s\n", resolved_port.c_str()); in adb_commandline()