Searched defs:adb_port (Results 1 – 3 of 3) sorted by relevance
109 int local_connect_arbitrary_ports(int console_port, int adb_port) in local_connect_arbitrary_ports()362 atransport* find_emulator_transport_by_adb_port_locked(int adb_port) in find_emulator_transport_by_adb_port_locked()373 atransport* find_emulator_transport_by_adb_port(int adb_port) in find_emulator_transport_by_adb_port()402 int init_socket_transport(atransport *t, int s, int adb_port, int local) in init_socket_transport()
200 int adb_port; // Use for emulators (local transport) member
1459 int adb_port = strtol(port_separator, NULL, 0); in connect_emulator() local