Android-cuttlefish cvd tool
|
#include <webrtc_command_channel.h>
Public Member Functions | |
WebrtcServerCommandChannel (SharedFD fd) | |
Result< webrtc::WebrtcCommandRequest > | ReceiveRequest () |
Result< void > | SendResponse (const webrtc::WebrtcCommandResponse &response) |
Private Attributes | |
transport::SharedFdChannel | channel_ |
cuttlefish::WebrtcServerCommandChannel::WebrtcServerCommandChannel | ( | SharedFD | fd | ) |
Result< webrtc::WebrtcCommandRequest > cuttlefish::WebrtcServerCommandChannel::ReceiveRequest | ( | ) |
Result< void > cuttlefish::WebrtcServerCommandChannel::SendResponse | ( | const webrtc::WebrtcCommandResponse & | response | ) |
|
private |