Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/run_cvd/launch/
Dwebrtc_recorder.cpp28 Result<void> WebRtcRecorder::ResultSetup() { in ResultSetup()
42 SharedFD WebRtcRecorder::GetClientSocket() const { return client_socket_;} in GetClientSocket()
44 Result<void> WebRtcRecorder::SendStartRecordingCommand() const { in SendStartRecordingCommand()
49 Result<void> WebRtcRecorder::SendStopRecordingCommand() const { in SendStopRecordingCommand()
54 Result<void> WebRtcRecorder::SendCommandAndVerifyResponse(std::string message) const { in SendCommandAndVerifyResponse()
67 fruit::Component<WebRtcRecorder> WebRtcRecorderComponent() { in WebRtcRecorderComponent()
68 return fruit::createComponent().addMultibinding<SetupFeature, WebRtcRecorder>(); in WebRtcRecorderComponent()
Dwebrtc_recorder.h28 class WebRtcRecorder : public SetupFeature {
30 INJECT(WebRtcRecorder()) {}; in INJECT() argument
51 fruit::Component<WebRtcRecorder> WebRtcRecorderComponent();
Dstreamer.cpp209 WebRtcRecorder& webrtc_recorder)) in INJECT()
319 WebRtcRecorder& webrtc_recorder_;
329 const CustomActionConfigProvider, WebRtcRecorder>>
Dlaunch.h131 const CustomActionConfigProvider, WebRtcRecorder>>
134 fruit::Component<WebRtcRecorder> WebRtcRecorderComponent();
/device/google/cuttlefish/host/commands/run_cvd/
Dserver_loop_impl.h50 WebRtcRecorder& webrtc_recorder));
108 WebRtcRecorder& webrtc_recorder_;
Dserver_loop.h36 AutoSnapshotControlFiles::Type, WebRtcRecorder>,
Dserver_loop.cpp34 AutoSnapshotControlFiles::Type, WebRtcRecorder>,
Dserver_loop_impl.cpp67 WebRtcRecorder& webrtc_recorder) in ServerLoopImpl()