Searched refs:GetChannelTransportStats (Results 1 – 3 of 3) sorted by relevance
1113 return (GetChannelTransportStats(voice_channel(), stats) && in GetTransportStats()1114 GetChannelTransportStats(video_channel(), stats) && in GetTransportStats()1115 GetChannelTransportStats(data_channel(), stats)); in GetTransportStats()1118 bool WebRtcSession::GetChannelTransportStats(cricket::BaseChannel* ch, in GetChannelTransportStats() function in webrtc::WebRtcSession
290 bool GetChannelTransportStats(cricket::BaseChannel* ch, SessionStats* stats);
3003 session_->GetChannelTransportStats(voice_channel, &stats); in TEST_F()