OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UpdateStats
(Results
1 - 9
of
9
) 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
83
void
UpdateStats
(Thread* self, Stats* global_stats) REQUIRES(!lock_) {
240
shards_[shard]->
UpdateStats
(self, &stats);
/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 314 milliseconds