HomeSort by relevance Sort by last modified time
    Searched refs:SendAlgorithmInterface (Results 1 - 19 of 19) sorted by null

  /external/chromium_org/net/quic/congestion_control/
send_algorithm_interface.cc 15 SendAlgorithmInterface* SendAlgorithmInterface::Create(
send_algorithm_interface.h 26 class NET_EXPORT_PRIVATE SendAlgorithmInterface {
32 static SendAlgorithmInterface* Create(const QuicClock* clock,
37 virtual ~SendAlgorithmInterface() {}
pacing_sender.h 26 class NET_EXPORT_PRIVATE PacingSender : public SendAlgorithmInterface {
32 PacingSender(SendAlgorithmInterface* sender,
37 // SendAlgorithmInterface methods.
67 scoped_ptr<SendAlgorithmInterface> sender_; // Underlying sender.
send_algorithm_simulator.h 30 Sender(SendAlgorithmInterface* send_algorithm, RttStats* rtt_stats);
54 SendAlgorithmInterface* send_algorithm;
tcp_cubic_sender.h 30 class NET_EXPORT_PRIVATE TcpCubicSender : public SendAlgorithmInterface {
40 // Start implementation of SendAlgorithmInterface.
68 // End implementation of SendAlgorithmInterface.
tcp_cubic_sender_test.cc 90 SendAlgorithmInterface::CongestionVector acked_packets;
91 SendAlgorithmInterface::CongestionVector lost_packets;
104 SendAlgorithmInterface::CongestionVector acked_packets;
105 SendAlgorithmInterface::CongestionVector lost_packets;
118 SendAlgorithmInterface::CongestionVector acked_packets;
119 SendAlgorithmInterface::CongestionVector lost_packets;
pacing_sender_test.cc 152 SendAlgorithmInterface::CongestionVector empty_map;
227 SendAlgorithmInterface::CongestionVector empty_map;
295 SendAlgorithmInterface::CongestionVector empty_map;
send_algorithm_simulator.cc 27 SendAlgorithmSimulator::Sender::Sender(SendAlgorithmInterface* send_algorithm,
248 SendAlgorithmInterface::CongestionVector acked_packets;
249 SendAlgorithmInterface::CongestionVector lost_packets;
pacing_sender.cc 9 PacingSender::PacingSender(SendAlgorithmInterface* sender,
  /external/chromium_org/net/quic/test_tools/
quic_sent_packet_manager_peer.h 13 class SendAlgorithmInterface;
23 SendAlgorithmInterface* send_algorithm);
28 static const SendAlgorithmInterface* GetCongestionControlAlgorithm(
quic_connection_peer.h 30 class SendAlgorithmInterface;
43 SendAlgorithmInterface* send_algorithm);
quic_sent_packet_manager_peer.cc 25 SendAlgorithmInterface* send_algorithm) {
36 const SendAlgorithmInterface*
simple_quic_framer.h 23 class SendAlgorithmInterface;
quic_connection_peer.cc 36 SendAlgorithmInterface* send_algorithm) {
quic_test_utils.h 437 class MockSendAlgorithm : public SendAlgorithmInterface {
  /external/chromium_org/net/quic/
quic_sent_packet_manager.h 359 scoped_ptr<SendAlgorithmInterface> send_algorithm_;
381 SendAlgorithmInterface::CongestionVector packets_acked_;
382 SendAlgorithmInterface::CongestionVector packets_lost_;
quic_sent_packet_manager.cc 76 send_algorithm_(SendAlgorithmInterface::Create(clock,
113 SendAlgorithmInterface::Create(clock_, &rtt_stats_, kBBR, stats_));
118 SendAlgorithmInterface::Create(clock_, &rtt_stats_, kReno, stats_));
    [all...]
quic_http_stream_test.cc 72 void SetSendAlgorithm(SendAlgorithmInterface* send_algorithm) {
quic_connection_test.cc 439 void SetSendAlgorithm(SendAlgorithmInterface* send_algorithm) {
    [all...]

Completed in 372 milliseconds