Home
last modified time | relevance | path

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

/system/core/adb/
Dtransport_local.cpp379 auto emulator_connection = std::make_unique<EmulatorConnection>(std::move(fd), adb_port); in init_socket_transport() local
381 std::make_unique<BlockingConnectionAdapter>(std::move(emulator_connection))); in init_socket_transport()