Searched refs:ExtractStatsFromList (Results 1 – 1 of 1) sorted by relevance
/external/webrtc/talk/app/webrtc/ |
D | statscollector.cc | 308 void ExtractStatsFromList(const std::vector<T>& data, in ExtractStatsFromList() function 796 ExtractStatsFromList(voice_info.receivers, transport_id, this, in ExtractVoiceInfo() 798 ExtractStatsFromList(voice_info.senders, transport_id, this, in ExtractVoiceInfo() 828 ExtractStatsFromList(video_info.receivers, transport_id, this, in ExtractVideoInfo() 830 ExtractStatsFromList(video_info.senders, transport_id, this, in ExtractVideoInfo()
|