HomeSort by relevance Sort by last modified time
    Searched refs:kVideoChannelName (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/remoting/base/
constants.cc 16 const char kVideoChannelName[] = "video";
constants.h 22 extern const char kVideoChannelName[];
  /external/chromium_org/remoting/protocol/
client_video_dispatcher.cc 17 : ChannelDispatcherBase(kVideoChannelName),
host_video_dispatcher.cc 17 : ChannelDispatcherBase(kVideoChannelName) {
connection_to_client_unittest.cc 73 session_->fake_channel_factory().GetFakeChannel(kVideoChannelName));
75 .GetFakeChannel(kVideoChannelName)->written_data().empty());
pseudotcp_channel_factory.cc 74 if (name == kVideoChannelName)
  /external/chromium_org/remoting/host/
host_status_logger.cc 64 if (channel_name == kVideoChannelName) {

Completed in 99 milliseconds