Home
last modified time | relevance | path

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

/system/core/adb/
Dtransport_local.cpp98 int local_connect_arbitrary_ports(int console_port, int adb_port, std::string* error) { in local_connect_arbitrary_ports()
352 atransport* find_emulator_transport_by_adb_port_locked(int adb_port) in find_emulator_transport_by_adb_port_locked()
363 atransport* find_emulator_transport_by_adb_port(int adb_port) in find_emulator_transport_by_adb_port()
392 int init_socket_transport(atransport *t, int s, int adb_port, int local) in init_socket_transport()
Dtransport.h90 int adb_port = -1; // Use for emulators (local transport) variable
Dservices.cpp456 int adb_port = strtol(pieces[1].c_str(), NULL, 0); in connect_emulator() local