Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/frontend/vnc_server/
Dvnc_client_connection.cpp78 constexpr int32_t kDesktopSizeEncoding = -223; variable
413 static constexpr int32_t kDesktopSizeEncoding = -223; in SendDesktopSizeUpdate() local
420 static_cast<std::uint16_t>(ScreenHeight()), kDesktopSizeEncoding)); in SendDesktopSizeUpdate()
471 if (enc == kDesktopSizeEncoding) { in HandleSetEncodings()