Home
last modified time | relevance | path

Searched refs:alr_detector (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/modules/congestion_controller/goog_cc/
Dalr_detector_unittest.cc29 explicit SimulateOutgoingTrafficIn(AlrDetector* alr_detector, in SimulateOutgoingTrafficIn() argument
31 : alr_detector_(alr_detector), timestamp_ms_(timestamp_ms) { in SimulateOutgoingTrafficIn()
76 AlrDetector alr_detector(&field_trials); in TEST() local
77 alr_detector.SetEstimatedBitrate(kEstimatedBitrateBps); in TEST()
80 EXPECT_FALSE(alr_detector.GetApplicationLimitedRegionStartTime()); in TEST()
83 SimulateOutgoingTrafficIn(&alr_detector, &timestamp_ms) in TEST()
86 EXPECT_FALSE(alr_detector.GetApplicationLimitedRegionStartTime()); in TEST()
89 SimulateOutgoingTrafficIn(&alr_detector, &timestamp_ms) in TEST()
92 EXPECT_TRUE(alr_detector.GetApplicationLimitedRegionStartTime()); in TEST()
95 SimulateOutgoingTrafficIn(&alr_detector, &timestamp_ms) in TEST()
[all …]
DBUILD.gn27 ":alr_detector",
89 rtc_library("alr_detector") {
91 "alr_detector.cc",
92 "alr_detector.h",
293 ":alr_detector",
330 ":alr_detector",
/external/webrtc/
DAndroid.bp2323 //modules/congestion_controller/goog_cc:alr_detector
2328 srcs: ["modules/congestion_controller/goog_cc/alr_detector.cc"],