Searched refs:SendAlgorithmInterface (Results 1 – 20 of 20) sorted by relevance
| /external/chromium_org/net/quic/congestion_control/ |
| D | send_algorithm_interface.h | 26 class NET_EXPORT_PRIVATE SendAlgorithmInterface { 30 static SendAlgorithmInterface* Create(const QuicClock* clock, 35 virtual ~SendAlgorithmInterface() {} in ~SendAlgorithmInterface()
|
| D | pacing_sender.h | 26 class NET_EXPORT_PRIVATE PacingSender : public SendAlgorithmInterface { 28 PacingSender(SendAlgorithmInterface* sender, 56 scoped_ptr<SendAlgorithmInterface> sender_; // Underlying sender.
|
| D | send_algorithm_interface.cc | 18 SendAlgorithmInterface* SendAlgorithmInterface::Create( in Create()
|
| D | send_algorithm_simulator.h | 36 SendAlgorithmSimulator(SendAlgorithmInterface* send_algorithm, 98 SendAlgorithmInterface* send_algorithm_;
|
| D | tcp_cubic_sender_test.cc | 84 SendAlgorithmInterface::CongestionMap acked_packets; in AckNPackets() 85 SendAlgorithmInterface::CongestionMap lost_packets; in AckNPackets() 97 SendAlgorithmInterface::CongestionMap acked_packets; in LoseNPackets() 98 SendAlgorithmInterface::CongestionMap lost_packets; in LoseNPackets() 110 SendAlgorithmInterface::CongestionMap acked_packets; in LosePacket() 111 SendAlgorithmInterface::CongestionMap lost_packets; in LosePacket()
|
| D | send_algorithm_simulator.cc | 26 SendAlgorithmInterface* send_algorithm, in SendAlgorithmSimulator() 177 SendAlgorithmInterface::CongestionMap acked_packets; in HandlePendingAck() 178 SendAlgorithmInterface::CongestionMap lost_packets; in HandlePendingAck()
|
| D | fix_rate_sender.h | 23 class NET_EXPORT_PRIVATE FixRateSender : public SendAlgorithmInterface {
|
| D | tcp_cubic_sender.h | 30 class NET_EXPORT_PRIVATE TcpCubicSender : public SendAlgorithmInterface {
|
| D | pacing_sender.cc | 9 PacingSender::PacingSender(SendAlgorithmInterface* sender, in PacingSender()
|
| D | pacing_sender_test.cc | 148 SendAlgorithmInterface::CongestionMap empty_map; in TEST_F()
|
| /external/chromium_org/net/quic/test_tools/ |
| D | quic_sent_packet_manager_peer.h | 13 class SendAlgorithmInterface; variable 23 SendAlgorithmInterface* send_algorithm);
|
| D | quic_connection_peer.h | 30 class SendAlgorithmInterface; variable 43 SendAlgorithmInterface* send_algorithm);
|
| D | simple_quic_framer.h | 23 class SendAlgorithmInterface; variable
|
| D | quic_sent_packet_manager_peer.cc | 25 SendAlgorithmInterface* send_algorithm) { in SetSendAlgorithm()
|
| D | quic_connection_peer.cc | 36 SendAlgorithmInterface* send_algorithm) { in SetSendAlgorithm()
|
| D | quic_test_utils.h | 437 class MockSendAlgorithm : public SendAlgorithmInterface {
|
| /external/chromium_org/net/quic/ |
| D | quic_sent_packet_manager.h | 290 scoped_ptr<SendAlgorithmInterface> send_algorithm_; 307 SendAlgorithmInterface::CongestionMap packets_acked_; 308 SendAlgorithmInterface::CongestionMap packets_lost_;
|
| D | quic_sent_packet_manager.cc | 67 SendAlgorithmInterface::Create(clock, &rtt_stats_, type, stats)), in QuicSentPacketManager() 91 SendAlgorithmInterface::Create(clock_, &rtt_stats_, kTCPBBR, stats_)); in SetFromConfig()
|
| D | quic_http_stream_test.cc | 66 void SetSendAlgorithm(SendAlgorithmInterface* send_algorithm) { in SetSendAlgorithm()
|
| D | quic_connection_test.cc | 435 void SetSendAlgorithm(SendAlgorithmInterface* send_algorithm) { in SetSendAlgorithm()
|