Home
last modified time | relevance | path

Searched defs:down (Results 1 – 5 of 5) sorted by relevance

/device/google/cuttlefish/host/frontend/gcastv2/signaling_server/assets/js/
Dapp.js151 function sendMouseUpdate(down, e) { argument
188 {x: Math.trunc(x), y: Math.trunc(y), down, display_label}); property
Dcf_webrtc.js101 sendMousePosition({x, y, down, display_label}) { property
104 down: down ? 1 : 0, property
/device/google/cuttlefish/host/frontend/vnc_server/
Dvirtual_inputs.cpp254 void GenerateKeyPressEvent(int key_code, bool down) override { in GenerateKeyPressEvent()
262 void PressPowerButton(bool down) override { in PressPowerButton()
/device/google/cuttlefish/host/frontend/webrtc/
Dconnection_observer.cpp98 bool down) override { in OnTouchEvent()
117 void OnKeyboardEvent(uint16_t code, bool down) override { in OnKeyboardEvent()
/device/google/cuttlefish/host/frontend/webrtc/lib/
Dclient_handler.cpp185 int32_t down = evt["down"].asInt(); in OnMessage() local
220 auto down = evt["event_type"].asString() == std::string("keydown"); in OnMessage() local