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/
Dadb.h147 atransport* find_emulator_transport_by_adb_port(int adb_port);
Dtransport_local.cpp149 if (find_emulator_transport_by_adb_port(adb_port) != nullptr || in local_connect_arbitrary_ports()
493 atransport* find_emulator_transport_by_adb_port(int adb_port) in find_emulator_transport_by_adb_port() function
Dservices.cpp403 atransport* known_emulator = find_emulator_transport_by_adb_port(adb_port); in connect_emulator()