Searched defs:device_label (Results 1 – 6 of 6) sorted by relevance
/device/google/cuttlefish/host/libs/input_connector/ |
D | input_connector.cpp | 99 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/ |
D | host_virtual_input.cc | 79 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/ |
D | touch.js | 95 {idArr, xArr, yArr, down: down, device_label}); property
|
D | cf_webrtc.js | 297 sendMultiTouch({idArr, xArr, yArr, down, device_label}) { argument 304 device_label: device_label, property
|
/device/google/cuttlefish/host/frontend/webrtc/ |
D | connection_observer.cpp | 107 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()
|
D | main.cpp | 204 auto device_label = fmt::format("{}{}", label_prefix, device_idx); in CuttlefishMain() local
|