Searched defs:down (Results 1 – 5 of 5) sorted by relevance
/device/google/cuttlefish/host/frontend/webrtc/html_client/js/ |
D | touch.js | 75 function sendEventUpdate(dc, touchInputElement, evs /*[{x, y, id}]*/, scaleCoordinates, down) { argument 95 {idArr, xArr, yArr, down: down, device_label}); property
|
D | cf_webrtc.js | 279 sendMousePosition({x, y, down, display_label}) { property 282 down: down ? 1 : 0, property 291 sendMultiTouch({idArr, xArr, yArr, down, device_label}) { property 297 down: down ? 1 : 0, property
|
/device/google/cuttlefish/host/frontend/webrtc/libdevice/ |
D | data_channels.cpp | 108 int32_t down = evt["down"].asInt(); in OnMessageInner() local 124 int32_t down = evt["down"].asInt(); in OnMessageInner() local 137 auto down = evt["event_type"].asString() == std::string("keydown"); in OnMessageInner() local
|
/device/google/cuttlefish/host/libs/input_connector/ |
D | socket_input_connector.cpp | 261 const std::string& device_label, int x, int y, bool down) { in SendTouchEvent() 278 bool down) { in SendMultiTouchEvent() 333 bool down) { in SendKeyboardEvent()
|
/device/google/cuttlefish/host/frontend/webrtc/ |
D | connection_observer.cpp | 82 bool down) override { in OnTouchEvent() 89 Json::Value x, Json::Value y, bool down, in OnMultiTouchEvent() 102 Result<void> OnKeyboardEvent(uint16_t code, bool down) override { in OnKeyboardEvent()
|