Searched refs:existing_transport (Results 1 – 1 of 1) sorted by relevance
383 atransport* existing_transport = find_emulator_transport_by_adb_port_locked(adb_port); in init_socket_transport() local384 if (existing_transport != nullptr) { in init_socket_transport()385 D("local transport for port %d already registered (%p)?", adb_port, existing_transport); in init_socket_transport()