HomeSort by relevance Sort by last modified time
    Searched refs:StartClientThread (Results 1 - 2 of 2) sorted by null

  /device/google/cuttlefish_common/host/frontend/vnc_server/
vnc_server.h 46 void StartClientThread(ClientSocket sock);
vnc_server.cpp 43 std::thread t(&VncServer::StartClientThread, this, std::move(sock));
47 void VncServer::StartClientThread(ClientSocket sock) {

Completed in 101 milliseconds