Searched refs:WebRtcRecorder (Results 1 – 8 of 8) sorted by relevance
28 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()
28 class WebRtcRecorder : public SetupFeature {30 INJECT(WebRtcRecorder()) {}; in INJECT() argument51 fruit::Component<WebRtcRecorder> WebRtcRecorderComponent();
209 WebRtcRecorder& webrtc_recorder)) in INJECT()319 WebRtcRecorder& webrtc_recorder_;329 const CustomActionConfigProvider, WebRtcRecorder>>
131 const CustomActionConfigProvider, WebRtcRecorder>>134 fruit::Component<WebRtcRecorder> WebRtcRecorderComponent();
50 WebRtcRecorder& webrtc_recorder));108 WebRtcRecorder& webrtc_recorder_;
36 AutoSnapshotControlFiles::Type, WebRtcRecorder>,
34 AutoSnapshotControlFiles::Type, WebRtcRecorder>,
67 WebRtcRecorder& webrtc_recorder) in ServerLoopImpl()