Home
last modified time | relevance | path

Searched refs:find_emulator_transport_by_adb_port (Results 1 – 3 of 3) sorted by relevance

/system/core/adb/client/
Dtransport_local.cpp139 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
/system/core/adb/
Dadb.h143 atransport* find_emulator_transport_by_adb_port(int adb_port);
Dservices.cpp120 atransport* known_emulator = find_emulator_transport_by_adb_port(adb_port); in connect_emulator()