Searched defs:device_label (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/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 server) { in WithMultitouchDevice() 182 void InputConnectorBuilder::WithTouchDevice(const std::string& device_label, in WithTouchDevice()
|
/aosp_15_r20/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()
|
/aosp_15_r20/device/google/cuttlefish/host/frontend/webrtc/ |
D | connection_observer.cpp | 103 Result<void> OnTouchEvent(const std::string &device_label, int x, int y, in OnTouchEvent() 109 Result<void> OnMultiTouchEvent(const std::string &device_label, in OnMultiTouchEvent()
|
D | main.cpp | 208 auto device_label = fmt::format("{}{}", label_prefix, device_idx); in CuttlefishMain() local
|
/aosp_15_r20/device/google/cuttlefish/host/frontend/webrtc/html_client/js/ |
D | cf_webrtc.js | 297 sendMultiTouch({idArr, xArr, yArr, down, device_label}) { argument 304 device_label: device_label, property
|
D | touch.js | 95 {idArr, xArr, yArr, down: down, device_label}); property
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/python/ |
H A D | py_client.cc | 467 auto* device_label = sample->add_label(); in HeapProfile() local
|