Searched refs:webrtc_fd (Results 1 – 1 of 1) sorted by relevance
29 DEFINE_int32(webrtc_fd, -1, "A file descriptor to communicate with webrtc");82 auto webrtc_fd = SharedFD::Dup(FLAGS_webrtc_fd); in SensorsSimulatorMain() local84 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()