Searched refs:find_emulator_transport_by_adb_port (Results 1 – 3 of 3) sorted by relevance
139 if (find_emulator_transport_by_adb_port(adb_port) != nullptr || in local_connect_arbitrary_ports()271 atransport* find_emulator_transport_by_adb_port(int adb_port) { in find_emulator_transport_by_adb_port() function
143 atransport* find_emulator_transport_by_adb_port(int adb_port);
120 atransport* known_emulator = find_emulator_transport_by_adb_port(adb_port); in connect_emulator()