Home
last modified time | relevance | path

Searched refs:BandwidthEstimate (Results 1 – 20 of 20) sorted by relevance

/external/chromium_org/net/quic/
Dquic_sustained_bandwidth_recorder_test.cc47 EXPECT_EQ(recorder.BandwidthEstimate(), bandwidth); in TEST()
48 EXPECT_EQ(recorder.BandwidthEstimate(), recorder.MaxBandwidthEstimate()); in TEST()
61 EXPECT_EQ(recorder.BandwidthEstimate(), bandwidth); in TEST()
69 EXPECT_EQ(recorder.BandwidthEstimate(), second_bandwidth); in TEST()
70 EXPECT_EQ(recorder.BandwidthEstimate(), recorder.MaxBandwidthEstimate()); in TEST()
81 EXPECT_EQ(recorder.BandwidthEstimate(), third_bandwidth); in TEST()
86 EXPECT_EQ(recorder.BandwidthEstimate(), third_bandwidth); in TEST()
Dquic_sustained_bandwidth_recorder.h41 QuicBandwidth BandwidthEstimate() const { in BandwidthEstimate() function
Dquic_server_session.cc93 QuicBandwidth new_bandwidth_estimate = bandwidth_recorder.BandwidthEstimate(); in OnCongestionWindowChange()
Dquic_sent_packet_manager.cc209 send_algorithm_->BandwidthEstimate(), in OnIncomingAck()
852 QuicBandwidth QuicSentPacketManager::BandwidthEstimate() const { in BandwidthEstimate() function in net::QuicSentPacketManager
853 return send_algorithm_->BandwidthEstimate(); in BandwidthEstimate()
Dquic_sent_packet_manager.h200 QuicBandwidth BandwidthEstimate() const;
Dquic_http_stream_test.cc215 EXPECT_CALL(*send_algorithm_, BandwidthEstimate()).WillRepeatedly( in Initialize()
Dquic_connection_test.cc654 EXPECT_CALL(*send_algorithm_, BandwidthEstimate()) in QuicConnectionTest()
3451 EXPECT_CALL(*send_algorithm_, BandwidthEstimate()).WillOnce( in TEST_P()
3481 EXPECT_CALL(*send_algorithm_, BandwidthEstimate()).WillOnce( in TEST_P()
Dquic_sent_packet_manager_test.cc59 EXPECT_CALL(*send_algorithm_, BandwidthEstimate()) in QuicSentPacketManagerTest()
Dquic_connection.cc1088 sent_packet_manager_.BandwidthEstimate().ToBytesPerSecond(); in GetStats()
/external/chromium_org/net/quic/congestion_control/
Dpacing_sender.cc74 BandwidthEstimate().Scale(kPacingAggression).TransferTime(bytes); in OnPacketSent()
153 QuicBandwidth PacingSender::BandwidthEstimate() const { in BandwidthEstimate() function in net::PacingSender
154 return sender_->BandwidthEstimate(); in BandwidthEstimate()
Dpacing_sender_test.cc141 EXPECT_CALL(*mock_sender_, BandwidthEstimate()) in TEST_F()
216 EXPECT_CALL(*mock_sender_, BandwidthEstimate()) in TEST_F()
289 EXPECT_CALL(*mock_sender_, BandwidthEstimate()) in TEST_F()
Dsend_algorithm_interface.h83 virtual QuicBandwidth BandwidthEstimate() const = 0;
Dpacing_sender.h57 virtual QuicBandwidth BandwidthEstimate() const OVERRIDE;
Dtcp_cubic_sender.h60 virtual QuicBandwidth BandwidthEstimate() const OVERRIDE;
Dtcp_cubic_sender.cc201 QuicBandwidth TcpCubicSender::BandwidthEstimate() const { in BandwidthEstimate() function in net::TcpCubicSender
Dtcp_cubic_sender_test.cc470 sender_->BandwidthEstimate().ToBytesPerSecond()); in TEST_F()
/external/chromium_org/net/tools/quic/
Dquic_server_session.cc93 QuicBandwidth new_bandwidth_estimate = bandwidth_recorder.BandwidthEstimate(); in OnCongestionWindowChange()
Dquic_server_session_test.cc343 bandwidth_recorder.BandwidthEstimate().ToBytesPerSecond()); in TEST_P()
Dend_to_end_test.cc1054 client_sent_packet_manager.BandwidthEstimate(); in TEST_P()
1055 server_sent_packet_manager.BandwidthEstimate(); in TEST_P()
/external/chromium_org/net/quic/test_tools/
Dquic_test_utils.h460 MOCK_CONST_METHOD0(BandwidthEstimate, QuicBandwidth(void));