Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/input_connector/
Dsocket_input_connector.cpp79 class InputSocket { class
81 InputSocket(SharedFD server) in InputSocket() function in cuttlefish::InputSocket
95 void InputSocket::MonitorLoop() { in MonitorLoop()
119 Result<void> InputSocket::WriteEvents( in WriteEvents()
133 TouchDevice(std::unique_ptr<InputSocket> s) : socket_(std::move(s)) {} in TouchDevice()
204 std::unique_ptr<InputSocket> socket_;
218 std::unique_ptr<InputSocket> keyboard;
219 std::unique_ptr<InputSocket> switches;
220 std::unique_ptr<InputSocket> rotary;
400 device_label, std::make_unique<InputSocket>(server)); in WithMultitouchDevice()
[all …]