Home
last modified time | relevance | path

Searched defs:adb_port (Results 1 – 2 of 2) sorted by relevance

/system/core/adb/
Dtransport_local.cpp151 int local_connect_arbitrary_ports(int console_port, int adb_port, std::string* error) { in local_connect_arbitrary_ports()
348 static atransport* find_emulator_transport_by_adb_port_locked(int adb_port) in find_emulator_transport_by_adb_port_locked()
357 atransport* find_emulator_transport_by_adb_port(int adb_port) { in find_emulator_transport_by_adb_port()
371 int init_socket_transport(atransport* t, unique_fd fd, int adb_port, int local) { in init_socket_transport()
Dservices.cpp156 int adb_port = strtol(pieces[1].c_str(), nullptr, 0); in connect_emulator() local