Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/sensors_simulator/
Dmain.cpp29 DEFINE_int32(webrtc_fd, -1, "A file descriptor to communicate with webrtc");
82 auto webrtc_fd = SharedFD::Dup(FLAGS_webrtc_fd); in SensorsSimulatorMain() local
84 if (!webrtc_fd->IsOpen()) { in SensorsSimulatorMain()
85 LOG(FATAL) << "Unable to connect webrtc: " << webrtc_fd->StrError(); in SensorsSimulatorMain()
87 transport::SharedFdChannel channel(webrtc_fd, webrtc_fd); in SensorsSimulatorMain()