Home
last modified time | relevance | path

Searched refs:SendStartRecordingCommand (Results 1 – 3 of 3) sorted by relevance

/device/google/cuttlefish/host/commands/run_cvd/
Dserver_loop_impl_record.cpp31 CF_EXPECT(webrtc_recorder_.SendStartRecordingCommand(), in HandleStartScreenRecording()
/device/google/cuttlefish/host/commands/run_cvd/launch/
Dwebrtc_recorder.h36 Result<void> SendStartRecordingCommand() const;
Dwebrtc_recorder.cpp44 Result<void> WebRtcRecorder::SendStartRecordingCommand() const { in SendStartRecordingCommand() function in cuttlefish::WebRtcRecorder