Searched refs:WriteEvents (Results 1 – 1 of 1) sorted by relevance
84 Result<void> WriteEvents(std::unique_ptr<InputEventsBuffer> buffer);119 Result<void> InputSocket::WriteEvents( in WriteEvents() function in cuttlefish::InputSocket135 Result<void> WriteEvents(std::unique_ptr<InputEventsBuffer> buffer) { in WriteEvents() function in cuttlefish::TouchDevice136 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()