Home
last modified time | relevance | path

Searched refs:resolved_port (Results 1 – 2 of 2) sorted by relevance

/system/core/adb/
Dsocket_spec.cpp324 int socket_spec_listen(std::string_view spec, std::string* error, int* resolved_port) { argument
349 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;
/system/core/adb/client/
Dcommandline.cpp1923 std::string resolved_port; in adb_commandline() local
1924 if (ReadProtocolString(fd, &resolved_port, &error_message) && !resolved_port.empty()) { in adb_commandline()
1925 printf("%s\n", resolved_port.c_str()); in adb_commandline()