20#include "cuttlefish/host/frontend/webrtc/webrtc_commands.pb.h"
29 const webrtc::WebrtcCommandRequest& request);
Definition: expected.h:86
Definition: shared_fd.h:129
Definition: webrtc_command_channel.h:24
Result< webrtc::WebrtcCommandResponse > SendCommand(const webrtc::WebrtcCommandRequest &request)
Definition: webrtc_command_channel.cpp:50
WebrtcClientCommandChannel(SharedFD fd)
Definition: webrtc_command_channel.cpp:47
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:85
WebrtcServerCommandChannel(SharedFD fd)
Definition: webrtc_command_channel.cpp:82
Result< webrtc::WebrtcCommandRequest > ReceiveRequest()
Definition: webrtc_command_channel.cpp:70
transport::SharedFdChannel channel_
Definition: webrtc_command_channel.h:43
Definition: channel_sharedfd.h:25
Definition: alloc_utils.cpp:23