Searched refs:inputs_builder (Results 1 – 1 of 1) sorted by relevance
123 cuttlefish::InputSocketsConnectorBuilder inputs_builder( in main() local143 inputs_builder.WithMultitouchDevice(device_label, touch_shared_fd); in main()145 inputs_builder.WithTouchDevice(device_label, touch_shared_fd); in main()150 inputs_builder.WithRotary(cuttlefish::SharedFD::Dup(FLAGS_rotary_fd)); in main()154 inputs_builder.WithKeyboard(cuttlefish::SharedFD::Dup(FLAGS_keyboard_fd)); in main()158 inputs_builder.WithSwitches(cuttlefish::SharedFD::Dup(FLAGS_switches_fd)); in main()162 auto input_connector = std::move(inputs_builder).Build(); in main()