Home
last modified time | relevance | path

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

/external/webrtc/talk/app/webrtc/
Dpeerconnection.h298 const std::vector<std::string>& active_channels,
Dpeerconnection.cc1788 const std::vector<std::string>& active_channels, in UpdateClosingRtpDataChannels() argument
1793 if (std::find(active_channels.begin(), active_channels.end(), in UpdateClosingRtpDataChannels()
1794 data_channel->label()) != active_channels.end()) { in UpdateClosingRtpDataChannels()