Home
last modified time | relevance | path

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

/device/google/cuttlefish_common/host/frontend/vnc_server/
Dvnc_client_connection.h131 bool RotateIfIsRotationCommand(std::uint32_t key);
Dvnc_client_connection.cpp527 bool VncClientConnection::RotateIfIsRotationCommand(std::uint32_t key) { in RotateIfIsRotationCommand() function in VncClientConnection
581 if (RotateIfIsRotationCommand(key)) { in HandleKeyEvent()