Searched refs:IsChannelConfigSupported (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/remoting/protocol/
H A Dsession_config.cc108 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( function in class:remoting::protocol::CandidateSessionConfig
H A Dsession_config.h172 static bool IsChannelConfigSupported(const std::vector<ChannelConfig>& vector,

Completed in 60 milliseconds