Searched refs:InputSocket (Results 1 – 1 of 1) sorted by relevance
79 class InputSocket { class81 InputSocket(SharedFD server) in InputSocket() function in cuttlefish::InputSocket95 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 …]