HomeSort by relevance Sort by last modified time
    Searched refs:GetDataCounters (Results 1 - 13 of 13) sorted by null

  /external/autotest/client/site_tests/cellular_Throughput/
cellular_Throughput.py 49 env.emulator.GetDataCounters()
  /external/webrtc/webrtc/modules/rtp_rtcp/include/
receive_statistics.h 29 virtual void GetDataCounters(size_t* bytes_received,
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
receive_statistics_unittest.cc 61 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);
receive_statistics_impl.h 36 void GetDataCounters(size_t* bytes_received,
rtp_rtcp_impl.cc 334 rtp_sender_.GetDataCounters(&rtp_stats, &rtx_stats);
584 rtp_sender_.GetDataCounters(&rtp_stats, &rtx_stats);
604 rtp_sender_.GetDataCounters(rtp_counters, rtx_counters);
receive_statistics_impl.cc 283 void StreamStatisticianImpl::GetDataCounters(
rtp_sender.h 134 void GetDataCounters(StreamDataCounters* rtp_stats,
rtp_sender.cc     [all...]
rtp_sender_unittest.cc     [all...]
  /external/autotest/client/cros/cellular/
base_station_8960.py 67 def GetDataCounters(self):
base_station_pxt.py 63 def GetDataCounters(self):
  /external/webrtc/webrtc/video/
video_send_stream_tests.cc 288 void GetDataCounters(size_t* bytes_received,
    [all...]
  /external/webrtc/webrtc/voice_engine/
channel.cc     [all...]

Completed in 139 milliseconds