Lines Matching refs:cuttlefish
39 using cuttlefish::CfConnectionObserverFactory;
40 using cuttlefish::DisplayHandler;
41 using cuttlefish::webrtc_streaming::Streamer;
42 using cuttlefish::webrtc_streaming::StreamerConfig;
44 class CfOperatorObserver : public cuttlefish::webrtc_streaming::OperatorObserver {
59 cuttlefish::DefaultSubprocessLogging(argv); in main()
62 auto touch_server = cuttlefish::SharedFD::Dup(FLAGS_touch_fd); in main()
63 auto keyboard_server = cuttlefish::SharedFD::Dup(FLAGS_keyboard_fd); in main()
71 auto touch_client = cuttlefish::SharedFD::Accept(*touch_server); in main()
72 auto keyboard_client = cuttlefish::SharedFD::Accept(*keyboard_server); in main()
74 auto cvd_config = cuttlefish::CuttlefishConfig::Get(); in main()
75 auto screen_connector = cuttlefish::ScreenConnector::Get(FLAGS_frame_server_fd); in main()
104 std::shared_ptr<cuttlefish::webrtc_streaming::OperatorObserver> operator_observer( in main()