Home
last modified time | relevance | path

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

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