Searched refs:GetDataCounters (Results 1 – 12 of 12) sorted by relevance
/external/webrtc/webrtc/modules/rtp_rtcp/source/ |
D | receive_statistics_unittest.cc | 61 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()
|
D | receive_statistics_impl.h | 36 void GetDataCounters(size_t* bytes_received,
|
D | rtp_rtcp_impl.cc | 334 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()
|
D | receive_statistics_impl.cc | 283 void StreamStatisticianImpl::GetDataCounters( in GetDataCounters() function in webrtc::StreamStatisticianImpl
|
D | rtp_sender.h | 134 void GetDataCounters(StreamDataCounters* rtp_stats,
|
D | rtp_sender_unittest.cc | 1342 rtp_sender_->GetDataCounters(&rtp_stats, &rtx_stats); in TEST_F()
|
D | rtp_sender.cc | 1152 void RTPSender::GetDataCounters(StreamDataCounters* rtp_stats, in GetDataCounters() function in webrtc::RTPSender
|
/external/webrtc/webrtc/modules/rtp_rtcp/include/ |
D | receive_statistics.h | 29 virtual void GetDataCounters(size_t* bytes_received,
|
/external/autotest/client/cros/cellular/ |
D | base_station_pxt.py | 63 def GetDataCounters(self): member in BaseStationPxt
|
D | base_station_8960.py | 67 def GetDataCounters(self): member in BaseStation8960
|
/external/webrtc/webrtc/video/ |
D | video_send_stream_tests.cc | 288 void GetDataCounters(size_t* bytes_received, in GetDataCounters() function in webrtc::FakeReceiveStatistics::LossyStatistician
|
/external/webrtc/webrtc/voice_engine/ |
D | channel.cc | 3235 statistician->GetDataCounters(&bytesReceived, &packetsReceived); in GetRTPStatistics()
|