Searched refs:input_channel (Results 1 – 2 of 2) sorted by relevance
94 InputHandler(rtc::scoped_refptr<webrtc::DataChannelInterface> input_channel,107 AdbHandler(rtc::scoped_refptr<webrtc::DataChannelInterface> input_channel,
138 rtc::scoped_refptr<webrtc::DataChannelInterface> input_channel, in InputHandler() argument140 : input_channel_(input_channel), observer_(observer) { in InputHandler()141 input_channel->RegisterObserver(this); in InputHandler()