Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/run_cvd/
Dserver_loop_impl_record.cpp39 CF_EXPECT(webrtc_recorder_.SendStopRecordingCommand(), in HandleStopScreenRecording()
/device/google/cuttlefish/host/commands/run_cvd/launch/
Dwebrtc_recorder.h37 Result<void> SendStopRecordingCommand() const;
Dwebrtc_recorder.cpp49 Result<void> WebRtcRecorder::SendStopRecordingCommand() const { in SendStopRecordingCommand() function in cuttlefish::WebRtcRecorder
Dstreamer.cpp254 webrtc_recorder.SendStopRecordingCommand(); in Commands()