Searched refs:resolved_port (Results 1 – 2 of 2) sorted by relevance
324 int socket_spec_listen(std::string_view spec, std::string* error, int* resolved_port) { argument349 if (result >= 0 && resolved_port) {350 *resolved_port = adb_socket_get_local_port(result);390 if (serverfd >= 0 && resolved_port) {392 *resolved_port = addr.svm_port;
1923 std::string resolved_port; in adb_commandline() local1924 if (ReadProtocolString(fd, &resolved_port, &error_message) && !resolved_port.empty()) { in adb_commandline()1925 printf("%s\n", resolved_port.c_str()); in adb_commandline()