Searched refs:alr_detector (Results 1 – 4 of 4) sorted by relevance
/external/webrtc/modules/congestion_controller/goog_cc/ |
D | alr_detector_unittest.cc | 29 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, ×tamp_ms) in TEST() 86 EXPECT_FALSE(alr_detector.GetApplicationLimitedRegionStartTime()); in TEST() 89 SimulateOutgoingTrafficIn(&alr_detector, ×tamp_ms) in TEST() 92 EXPECT_TRUE(alr_detector.GetApplicationLimitedRegionStartTime()); in TEST() 95 SimulateOutgoingTrafficIn(&alr_detector, ×tamp_ms) in TEST() [all …]
|
D | BUILD.gn | 27 ":alr_detector", 91 rtc_library("alr_detector") { 93 "alr_detector.cc", 94 "alr_detector.h", 244 ":alr_detector", 276 ":alr_detector",
|
/external/webrtc/ |
D | Android.bp | 1694 srcs: ["modules/congestion_controller/goog_cc/alr_detector.cc"],
|
/external/webrtc/android_tools/ |
D | sorted_targets.txt | 32612 "name": "//modules/congestion_controller/goog_cc:alr_detector", 32623 "//modules/congestion_controller/goog_cc/alr_detector.cc": [ 32624 "obj/modules/congestion_controller/goog_cc/alr_detector/alr_detector.o" 32628 "//modules/congestion_controller/goog_cc/alr_detector.cc", 32629 "//modules/congestion_controller/goog_cc/alr_detector.h" 67833 "//modules/congestion_controller/goog_cc:alr_detector",
|