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

  /device/google/cuttlefish_common/host/frontend/vnc_server/
vnc_client_connection.h 36 class VncClientConnection {
38 VncClientConnection(ClientSocket client, VirtualInputs* virtual_inputs,
40 VncClientConnection(const VncClientConnection&) = delete;
41 VncClientConnection& operator=(const VncClientConnection&) = delete;
42 ~VncClientConnection();
vnc_client_connection.cpp 43 using cvd::vnc::VncClientConnection;
163 bool operator==(const VncClientConnection::FrameBufferUpdateRequest& lhs,
164 const VncClientConnection::FrameBufferUpdateRequest& rhs) {
169 bool operator!=(const VncClientConnection::FrameBufferUpdateRequest& lhs,
170 const VncClientConnection::FrameBufferUpdateRequest& rhs) {
176 VncClientConnection::VncClientConnection(ClientSocket client,
181 &VncClientConnection::FrameBufferUpdateRequestHandler, this, aggressive);
184 VncClientConnection::~VncClientConnection() {
    [all...]

Completed in 88 milliseconds