Home
last modified time | relevance | path

Searched refs:GetChannelTransportStats (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/talk/app/webrtc/
Dwebrtcsession.cc1113 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
Dwebrtcsession.h290 bool GetChannelTransportStats(cricket::BaseChannel* ch, SessionStats* stats);
Dwebrtcsession_unittest.cc3003 session_->GetChannelTransportStats(voice_channel, &stats); in TEST_F()