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

  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
statscollector.h 60 void UpdateStats();
62 // Gets a StatsReports of the last collected stats. Note that UpdateStats must
statscollector_unittest.cc 189 stats.UpdateStats();
235 stats.UpdateStats();
251 stats.UpdateStats();
266 stats.UpdateStats();
267 stats.UpdateStats();
278 // without calling StatsCollector::UpdateStats.
310 // when StatsCollector::UpdateStats is called with ssrc stats.
348 stats.UpdateStats();
430 stats.UpdateStats();
peerconnection.cc 391 stats_.UpdateStats();
472 stats_.UpdateStats();
495 stats_.UpdateStats();
536 stats_.UpdateStats();
statscollector.cc 375 void StatsCollector::UpdateStats() {
377 // Calls to UpdateStats() that occur less than kMinGatherStatsPeriod number of
  /external/openfst/src/include/fst/
replace-util.h 174 void UpdateStats(Label j);
319 void ReplaceUtil<Arc>::UpdateStats(Label j) {
321 FSTERROR() << "ReplaceUtil::UpdateStats: stats not available";
495 UpdateStats(j);
515 UpdateStats(j);
  /external/chromium_org/third_party/leveldatabase/src/db/
version_set.h 79 bool UpdateStats(const GetStats& stats);
db_impl.cc     [all...]
version_set.cc 391 bool Version::UpdateStats(const GetStats& stats) {
    [all...]
  /external/chromium_org/content/browser/gpu/
gpu_data_manager_impl_private.cc 108 void UpdateStats(const gpu::GPUInfo& gpu_info,
611 UpdateStats(gpu_info_, gpu_blacklist_.get(), features);
    [all...]

Completed in 145 milliseconds