Home
last modified time | relevance | path

Searched refs:InputSocketsEventSink (Results 1 – 1 of 1) sorted by relevance

/device/google/cuttlefish/host/libs/input_connector/
Dsocket_input_connector.cpp225 class InputSocketsEventSink : public InputConnector::EventSink { class
227 InputSocketsEventSink(InputDevices&, std::atomic<int>&);
228 ~InputSocketsEventSink() override;
244 InputSocketsEventSink::InputSocketsEventSink(InputDevices& devices, in InputSocketsEventSink() function in cuttlefish::InputSocketsEventSink
250 InputSocketsEventSink::~InputSocketsEventSink() { in ~InputSocketsEventSink()
260 Result<void> InputSocketsEventSink::SendTouchEvent( in SendTouchEvent()
276 Result<void> InputSocketsEventSink::SendMultiTouchEvent( in SendMultiTouchEvent()
332 Result<void> InputSocketsEventSink::SendKeyboardEvent(uint16_t code, in SendKeyboardEvent()
343 Result<void> InputSocketsEventSink::SendRotaryEvent(int pixels) { in SendRotaryEvent()
353 Result<void> InputSocketsEventSink::SendSwitchesEvent(uint16_t code, in SendSwitchesEvent()
[all …]