webrtc/modules/bitrate_controller
Sebastian Jansson aa01f27667 Removes all const Clock*.
This prepares for making the Clock interface fully mutable.

Calls to the time functions in Clock can have side effects in some
circumstances. It's also questionable if it's a good idea to allow
repeated calls to a const method return different values without
any changed to the class instance.

Bug: webrtc:9883
Change-Id: I96fb9230705f7c80a4c0702132fd9dc73899fc5e
Reviewed-on: https://webrtc-review.googlesource.com/c/120347
Commit-Queue: Sebastian Jansson <srte@webrtc.org>
Reviewed-by: Karl Wiberg <kwiberg@webrtc.org>
Reviewed-by: Niels Moller <nisse@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#26467}
2019-01-30 13:03:37 +00:00
..
include Removes all const Clock*. 2019-01-30 13:03:37 +00:00
bitrate_controller.cc Enable clang::find_bad_constructs for remote_bitrate_estimator. 2018-07-20 10:26:07 +00:00
bitrate_controller_impl.cc Removes all const Clock*. 2019-01-30 13:03:37 +00:00
bitrate_controller_impl.h Removes all const Clock*. 2019-01-30 13:03:37 +00:00
bitrate_controller_unittest.cc [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. 2018-11-28 18:25:07 +00:00
BUILD.gn [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. 2018-11-28 18:25:07 +00:00
DEPS Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
loss_based_bandwidth_estimation.cc [clang-tidy] Apply performance-for-range-copy fixes. 2019-01-28 09:53:50 +00:00
loss_based_bandwidth_estimation.h Fix for bandwidth toggling problem in StartUpPhase. 2019-01-18 15:58:35 +00:00
OWNERS Adds srte to OWNERS in bitrate_controller and remote_bitrate_estimator. 2018-09-26 09:24:45 +00:00
send_side_bandwidth_estimation.cc Fix for bandwidth toggling problem in StartUpPhase. 2019-01-18 15:58:35 +00:00
send_side_bandwidth_estimation.h Adds stable bandwidth estimate to GoogCC. 2018-11-23 14:55:37 +00:00
send_side_bandwidth_estimation_unittest.cc [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. 2018-11-28 18:25:07 +00:00