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

  /external/chromium_org/remoting/protocol/
session_config.cc 108 IsChannelConfigSupported(control_configs_, config.control_config()) &&
109 IsChannelConfigSupported(event_configs_, config.event_config()) &&
110 IsChannelConfigSupported(video_configs_, config.video_config()) &&
111 IsChannelConfigSupported(audio_configs_, config.audio_config());
139 if (IsChannelConfigSupported(host_configs, *it)) {
148 bool CandidateSessionConfig::IsChannelConfigSupported(
session_config.h 175 static bool IsChannelConfigSupported(const std::vector<ChannelConfig>& vector,

Completed in 1797 milliseconds