Home
last modified time | relevance | path

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

/system/core/adb/daemon/
Dtransport_qemu.cpp58 void qemu_socket_thread(int port) { in qemu_socket_thread() function
/system/core/adb/
Dtransport.h424 void qemu_socket_thread(int port);
Dtransport_local.cpp315 std::thread(qemu_socket_thread, port).detach(); in local_init()