Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/frontend/webrtc/lib/
Dclient_handler.h94 InputHandler(rtc::scoped_refptr<webrtc::DataChannelInterface> input_channel,
107 AdbHandler(rtc::scoped_refptr<webrtc::DataChannelInterface> input_channel,
Dclient_handler.cpp138 rtc::scoped_refptr<webrtc::DataChannelInterface> input_channel, in InputHandler() argument
140 : input_channel_(input_channel), observer_(observer) { in InputHandler()
141 input_channel->RegisterObserver(this); in InputHandler()