Searched defs:RateCounter (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/remoting/base/
H A Drate_counter.cc11 RateCounter::RateCounter(base::TimeDelta time_window) function in class:remoting::RateCounter
17 RateCounter::~RateCounter() {
20 void RateCounter::Record(int64 value) {
29 double RateCounter::Rate() {
36 void RateCounter::SetCurrentTimeForTest(base::Time current_time) {
43 void RateCounter::EvictOldDataPoints(base::Time current_time) {
56 base::Time RateCounter::CurrentTime() const {
H A Drate_counter.h20 class RateCounter : public base::NonThreadSafe { class in namespace:remoting
23 explicit RateCounter(base::TimeDelta time_window);
24 virtual ~RateCounter();
58 DISALLOW_COPY_AND_ASSIGN(RateCounter);
/external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/test/
H A Dbwe_test_framework.cc53 class RateCounter { class in namespace:webrtc::testing::bwe
55 RateCounter() function in class:webrtc::testing::bwe::RateCounter
198 rate_counter_(new RateCounter()),
206 rate_counter_(new RateCounter()),
215 rate_counter_(new RateCounter()),
424 rate_counter_(new RateCounter),
438 rate_counter_(new RateCounter),

Completed in 108 milliseconds