Searched defs:GetChannelTransportStats (Results 1 - 1 of 1) sorted by relevance

/external/webrtc/talk/app/webrtc/
H A Dwebrtcsession.cc1113 return (GetChannelTransportStats(voice_channel(), stats) &&
1114 GetChannelTransportStats(video_channel(), stats) &&
1115 GetChannelTransportStats(data_channel(), stats));
1118 bool WebRtcSession::GetChannelTransportStats(cricket::BaseChannel* ch, function in class:webrtc::WebRtcSession

Completed in 89 milliseconds