Home
last modified time | relevance | path

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

/aosp_15_r20/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 server) { in WithMultitouchDevice()
182 void InputConnectorBuilder::WithTouchDevice(const std::string& device_label, in WithTouchDevice()
/aosp_15_r20/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()
/aosp_15_r20/device/google/cuttlefish/host/frontend/webrtc/
Dconnection_observer.cpp103 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()
Dmain.cpp208 auto device_label = fmt::format("{}{}", label_prefix, device_idx); in CuttlefishMain() local
/aosp_15_r20/device/google/cuttlefish/host/frontend/webrtc/html_client/js/
Dcf_webrtc.js297 sendMultiTouch({idArr, xArr, yArr, down, device_label}) { argument
304 device_label: device_label, property
Dtouch.js95 {idArr, xArr, yArr, down: down, device_label}); property
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/python/
H A Dpy_client.cc467 auto* device_label = sample->add_label(); in HeapProfile() local