Home
last modified time | relevance | path

Searched refs:SendCommandAndVerifyResponse (Results 1 – 2 of 2) sorted by relevance

/device/google/cuttlefish/host/commands/run_cvd/launch/
Dwebrtc_recorder.cpp45 CF_EXPECT(SendCommandAndVerifyResponse("T")); in SendStartRecordingCommand()
50 CF_EXPECT(SendCommandAndVerifyResponse("C")); in SendStopRecordingCommand()
54 Result<void> WebRtcRecorder::SendCommandAndVerifyResponse(std::string message) const { in SendCommandAndVerifyResponse() function in cuttlefish::WebRtcRecorder
Dwebrtc_recorder.h48 Result<void> SendCommandAndVerifyResponse(std::string message) const;