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

  /external/webrtc/talk/app/webrtc/
statscollector.h 78 void UpdateStats(PeerConnectionInterface::StatsOutputLevel level);
80 // Gets a StatsReports of the last collected stats. Note that UpdateStats must
98 // Method used by the unittest to force a update of stats since UpdateStats()
statscollector_unittest.cc 630 stats->UpdateStats(PeerConnectionInterface::kStatsOutputLevelStandard);
713 stats.UpdateStats(PeerConnectionInterface::kStatsOutputLevelStandard);
784 stats.UpdateStats(PeerConnectionInterface::kStatsOutputLevelStandard);
    [all...]
peerconnection.cc 807 stats_->UpdateStats(level);
    [all...]
statscollector.cc 466 StatsCollector::UpdateStats(PeerConnectionInterface::StatsOutputLevel level) {
469 // Calls to UpdateStats() that occur less than kMinGatherStatsPeriod number of
    [all...]
  /art/compiler/utils/
dedupe_set-inl.h 82 void UpdateStats(Thread* self, Stats* global_stats) REQUIRES(!lock_) {
239 shards_[shard]->UpdateStats(self, &stats);
  /system/core/metricsd/
metrics_collector.cc 59 // Interval between calls to UpdateStats().
315 UpdateStats(TimeTicks::Now(), Time::Now());
328 UpdateStats(TimeTicks::Now(), Time::Now());
343 UpdateStats(TimeTicks::Now(), Time::Now());
714 void MetricsCollector::UpdateStats(TimeTicks now_ticks,
751 UpdateStats(TimeTicks::Now(), Time::Now());
metrics_collector.h 207 void UpdateStats(base::TimeTicks now_ticks, base::Time now_wall_time);
209 // Invoked periodically by |update_stats_timeout_id_| to call UpdateStats().
233 // The last time that UpdateStats() was called.
  /external/webrtc/talk/media/base/
videocapturer.h 337 void UpdateStats(const CapturedFrame* captured_frame);
videocapturer.cc 538 UpdateStats(captured_frame);
699 void VideoCapturer::UpdateStats(const CapturedFrame* captured_frame) {
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/
remote_bitrate_estimator_abs_send_time.h 115 void UpdateStats(int propagation_delta_ms, int64_t now_ms)
remote_bitrate_estimator_abs_send_time.cc 313 UpdateStats(static_cast<int>(t_delta - ts_delta_ms), now_ms);
425 void RemoteBitrateEstimatorAbsSendTime::UpdateStats(int propagation_delta_ms,

Completed in 535 milliseconds