Home
last modified time | relevance | path

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

/system/core/adb/
Dtransport_local.cpp474 static atransport* find_emulator_transport_by_adb_port_locked(int adb_port) in find_emulator_transport_by_adb_port_locked() function
496 atransport* result = find_emulator_transport_by_adb_port_locked(adb_port); in find_emulator_transport_by_adb_port()
542 atransport* existing_transport = find_emulator_transport_by_adb_port_locked(adb_port); in init_socket_transport()