Home
last modified time | relevance | path

Searched refs:GetDataCounters (Results 1 – 12 of 12) sorted by relevance

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