Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/run_cvd/launch/
Dstreamer.cpp215 webrtc_recorder_(webrtc_recorder) {} in INJECT()
253 auto stopper = [webrtc_recorder = webrtc_recorder_]() { in Commands()
274 webrtc.AddParameter("--command_fd=", webrtc_recorder_.GetClientSocket()); in Commands()
299 static_cast<SetupFeature*>(&webrtc_recorder_)}; in Dependencies()
319 WebRtcRecorder& webrtc_recorder_; member in cuttlefish::__anon74cb93000111::WebRtcServer
/device/google/cuttlefish/host/commands/run_cvd/
Dserver_loop_impl_record.cpp31 CF_EXPECT(webrtc_recorder_.SendStartRecordingCommand(), in HandleStartScreenRecording()
39 CF_EXPECT(webrtc_recorder_.SendStopRecordingCommand(), in HandleStopScreenRecording()
Dserver_loop_impl.h108 WebRtcRecorder& webrtc_recorder_; variable
Dserver_loop_impl.cpp71 webrtc_recorder_(webrtc_recorder), in ServerLoopImpl()