Home
last modified time | relevance | path

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

/packages/modules/adb/client/
Dtransport_emulator.cpp260 static atransport* find_emulator_transport_by_adb_port_locked(int adb_port) in find_emulator_transport_by_adb_port_locked() function
271 return find_emulator_transport_by_adb_port_locked(adb_port); in find_emulator_transport_by_adb_port()
290 atransport* existing_transport = find_emulator_transport_by_adb_port_locked(adb_port); in init_socket_transport()