Searched refs:local_port (Results 1 – 2 of 2) sorted by relevance
449 int local_port; in remote_close() local450 if (t->GetLocalPortForEmulator(&local_port)) { in remote_close()451 VLOG(TRANSPORT) << "remote_close, local_port = " << local_port; in remote_close()454 port.port = local_port; in remote_close()469 int local_port; in find_emulator_transport_by_adb_port_locked() local470 if (local_transports[i] && local_transports[i]->GetLocalPortForEmulator(&local_port)) { in find_emulator_transport_by_adb_port_locked()471 if (local_port == adb_port) { in find_emulator_transport_by_adb_port_locked()
1042 int local_port = -1; in adb_socketpair() local1056 local_port = adb_socket_get_local_port(server); in adb_socketpair()1057 if (local_port < 0) { in adb_socketpair()1061 D("adb_socketpair: bound on port %d", local_port); in adb_socketpair()1063 client = network_loopback_client(local_port, SOCK_STREAM, &error); in adb_socketpair()