Home
last modified time | relevance | path

Searched refs:alr_detector (Results 1 – 4 of 4) 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",
91 rtc_library("alr_detector") {
93 "alr_detector.cc",
94 "alr_detector.h",
244 ":alr_detector",
276 ":alr_detector",
/external/webrtc/
DAndroid.bp1694 srcs: ["modules/congestion_controller/goog_cc/alr_detector.cc"],
/external/webrtc/android_tools/
Dsorted_targets.txt32612 "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",