Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/frontend/webrtc/lib/
Dclient_handler.cpp139 class InputChannelHandler : public webrtc::DataChannelObserver { class
141 InputChannelHandler(
144 ~InputChannelHandler() override;
220 InputChannelHandler::InputChannelHandler( in InputChannelHandler() function in cuttlefish::webrtc_streaming::InputChannelHandler
227 InputChannelHandler::~InputChannelHandler() { in ~InputChannelHandler()
231 void InputChannelHandler::OnStateChange() { in OnStateChange()
237 void InputChannelHandler::OnMessage(const webrtc::DataBuffer &msg) { in OnMessage()
813 input_handler_.reset(new InputChannelHandler(data_channel, observer_)); in OnDataChannel()
Dclient_handler.h37 class InputChannelHandler; variable
132 std::unique_ptr<InputChannelHandler> input_handler_;