Searched refs:GetDataCounters (Results 1 - 13 of 13) sorted by relevance

/external/autotest/client/site_tests/cellular_Throughput/
H A Dcellular_Throughput.py49 env.emulator.GetDataCounters()
/external/webrtc/webrtc/modules/rtp_rtcp/source/
H A Dreceive_statistics_unittest.cc61 statistician->GetDataCounters(&bytes_received, &packets_received);
69 statistician->GetDataCounters(&bytes_received, &packets_received);
82 statisticians[kSsrc1]->GetDataCounters(&bytes_received, &packets_received);
85 statisticians[kSsrc2]->GetDataCounters(&bytes_received, &packets_received);
89 receive_statistics_->GetStatistician(kSsrc1)->GetDataCounters(
93 receive_statistics_->GetStatistician(kSsrc2)->GetDataCounters(
130 statistician->GetDataCounters(&bytes_received, &packets_received);
H A Dreceive_statistics_impl.h36 void GetDataCounters(size_t* bytes_received,
H A Drtp_rtcp_impl.cc334 rtp_sender_.GetDataCounters(&rtp_stats, &rtx_stats);
584 rtp_sender_.GetDataCounters(&rtp_stats, &rtx_stats);
604 rtp_sender_.GetDataCounters(rtp_counters, rtx_counters);
H A Dreceive_statistics_impl.cc283 void StreamStatisticianImpl::GetDataCounters( function in class:webrtc::StreamStatisticianImpl
H A Drtp_sender.h134 void GetDataCounters(StreamDataCounters* rtp_stats,
H A Drtp_sender.cc1152 void RTPSender::GetDataCounters(StreamDataCounters* rtp_stats, function in class:webrtc::RTPSender
H A Drtp_sender_unittest.cc1342 rtp_sender_->GetDataCounters(&rtp_stats, &rtx_stats);
/external/webrtc/webrtc/modules/rtp_rtcp/include/
H A Dreceive_statistics.h29 virtual void GetDataCounters(size_t* bytes_received,
/external/autotest/client/cros/cellular/
H A Dbase_station_pxt.py63 def GetDataCounters(self): member in class:BaseStationPxt
H A Dbase_station_8960.py67 def GetDataCounters(self): member in class:BaseStation8960
/external/webrtc/webrtc/video/
H A Dvideo_send_stream_tests.cc288 void GetDataCounters(size_t* bytes_received,
/external/webrtc/webrtc/voice_engine/
H A Dchannel.cc3235 statistician->GetDataCounters(&bytesReceived, &packetsReceived);

Completed in 354 milliseconds