Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/frontend/webrtc/html_client/js/
Dtouch.js75 function sendEventUpdate(dc, touchInputElement, evs /*[{x, y, id}]*/, scaleCoordinates, down) { argument
95 {idArr, xArr, yArr, down: down, device_label}); property
Dcf_webrtc.js279 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/
Ddata_channels.cpp108 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/
Dsocket_input_connector.cpp261 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/
Dconnection_observer.cpp82 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()