Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/input_connector/
Dsocket_input_connector.cpp84 Result<void> WriteEvents(std::unique_ptr<InputEventsBuffer> buffer);
119 Result<void> InputSocket::WriteEvents( in WriteEvents() function in cuttlefish::InputSocket
135 Result<void> WriteEvents(std::unique_ptr<InputEventsBuffer> buffer) { in WriteEvents() function in cuttlefish::TouchDevice
136 return socket_->WriteEvents(std::move(buffer)); in WriteEvents()
272 ts.WriteEvents(std::move(buffer)); in SendTouchEvent()
328 ts.WriteEvents(std::move(buffer)); in SendMultiTouchEvent()
339 input_devices_.keyboard->WriteEvents(std::move(buffer)); in SendKeyboardEvent()
349 input_devices_.rotary->WriteEvents(std::move(buffer)); in SendRotaryEvent()
360 input_devices_.switches->WriteEvents(std::move(buffer)); in SendSwitchesEvent()