Home
last modified time | relevance | path

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

/device/google/cuttlefish_common/host/frontend/vnc_server/
Dvnc_client_connection.cpp67 constexpr int32_t kDesktopSizeEncoding = -223; variable
374 static constexpr int32_t kDesktopSizeEncoding = -223; in SendDesktopSizeUpdate() local
381 static_cast<std::uint16_t>(ScreenHeight()), kDesktopSizeEncoding)); in SendDesktopSizeUpdate()
432 if (enc == kDesktopSizeEncoding) { in HandleSetEncodings()