20#include "cuttlefish/host/frontend/webrtc/webrtc_commands.pb.h"
29 const webrtc::WebrtcCommandRequest& request);
Definition: shared_fd.h:124
Definition: webrtc_command_channel.h:24
Result< webrtc::WebrtcCommandResponse > SendCommand(const webrtc::WebrtcCommandRequest &request)
Definition: webrtc_command_channel.cpp:48
WebrtcClientCommandChannel(SharedFD fd)
Definition: webrtc_command_channel.cpp:45
transport::SharedFdChannel channel_
Definition: webrtc_command_channel.h:32
Definition: webrtc_command_channel.h:35
Result< void > SendResponse(const webrtc::WebrtcCommandResponse &response)
Definition: webrtc_command_channel.cpp:83
WebrtcServerCommandChannel(SharedFD fd)
Definition: webrtc_command_channel.cpp:80
Result< webrtc::WebrtcCommandRequest > ReceiveRequest()
Definition: webrtc_command_channel.cpp:68
transport::SharedFdChannel channel_
Definition: webrtc_command_channel.h:43
Definition: channel_sharedfd.h:24
Definition: alloc_driver.h:20
tl::expected< T, StackTraceError > Result
Definition: result_type.h:30