Home
last modified time | relevance | path

Searched defs:device_label (Results 1 – 6 of 6) sorted by relevance

/device/google/cuttlefish/host/libs/input_connector/
Dinput_connector.cpp99 Result<void> EventSinkImpl::SendTouchEvent(const std::string& device_label, in SendTouchEvent()
110 const std::string& device_label, const std::vector<MultitouchSlot>& slots, in SendMultiTouchEvent()
173 const std::string& device_label, SharedFD conn) { in WithMultitouchDevice()
182 void InputConnectorBuilder::WithTouchDevice(const std::string& device_label, in WithTouchDevice()
/device/google/cuttlefish/host/libs/confui/
Dhost_virtual_input.cc79 const std::string& device_label, int x, int y, bool down) { in SendTouchEvent()
93 const std::string& device_label, const std::vector<MultitouchSlot>& slots, in SendMultiTouchEvent()
/device/google/cuttlefish/host/frontend/webrtc/html_client/js/
Dtouch.js95 {idArr, xArr, yArr, down: down, device_label}); property
Dcf_webrtc.js297 sendMultiTouch({idArr, xArr, yArr, down, device_label}) { argument
304 device_label: device_label, property
/device/google/cuttlefish/host/frontend/webrtc/
Dconnection_observer.cpp107 Result<void> OnTouchEvent(const std::string &device_label, int x, int y, in OnTouchEvent()
113 Result<void> OnMultiTouchEvent(const std::string &device_label, in OnMultiTouchEvent()
Dmain.cpp204 auto device_label = fmt::format("{}{}", label_prefix, device_idx); in CuttlefishMain() local