Searched refs:GetStats_w (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dtransport.h474 bool GetStats_w(TransportStats* infos);
H A Dtransport.cc389 &Transport::GetStats_w, this, stats));
392 bool Transport::GetStats_w(TransportStats* stats) { function in class:cricket::Transport
/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dchannel.h463 bool GetStats_w(VoiceMediaInfo* stats);
574 bool GetStats_w(VideoMediaInfo* stats);
H A Dchannel.cc1801 bool VoiceChannel::GetStats_w(VoiceMediaInfo* stats) { function in class:cricket::VoiceChannel
1862 data->result = GetStats_w(data->stats);
2282 bool VideoChannel::GetStats_w(VideoMediaInfo* stats) { function in class:cricket::VideoChannel
2383 data->result = GetStats_w(data->stats);

Completed in 124 milliseconds