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

  /external/chromium_org/net/quic/test_tools/
quic_sent_packet_manager_peer.cc 60 TransmissionType transmission_type) {
62 transmission_type);
quic_sent_packet_manager_peer.h 37 TransmissionType transmission_type);
quic_test_utils.cc 284 TransmissionType transmission_type) {
quic_test_utils.h 308 TransmissionType transmission_type) OVERRIDE;
  /external/chromium_org/net/quic/
quic_sent_packet_manager.h 46 TransmissionType transmission_type,
50 transmission_type(transmission_type),
56 TransmissionType transmission_type; member in struct:net::QuicSentPacketManager::PendingRetransmission
155 TransmissionType transmission_type,
171 TransmissionType transmission_type,
253 TransmissionType transmission_type);
quic_connection.h 296 virtual bool ShouldGeneratePacket(TransmissionType transmission_type,
407 bool CanWrite(TransmissionType transmission_type,
418 // |transmission_type| and |retransmittable| are supplied to the congestion
423 TransmissionType transmission_type);
436 TransmissionType transmission_type,
483 TransmissionType transmission_type,
490 transmission_type(transmission_type),
499 TransmissionType transmission_type; member in struct:net::QuicConnection::QueuedPacket
538 TransmissionType transmission_type,
551 TransmissionType transmission_type; member in struct:net::QuicConnection::PendingWrite
    [all...]
quic_packet_generator.h 67 virtual bool ShouldGeneratePacket(TransmissionType transmission_type,
quic_connection.cc 1280 TransmissionType transmission_type = pending_write_->transmission_type; local
    [all...]
quic_sent_packet_manager.cc 300 TransmissionType transmission_type) {
311 pending_retransmissions_[sequence_number] = transmission_type;
469 TransmissionType transmission_type,
479 transmission_type,
666 TransmissionType transmission_type,
669 return send_algorithm_->TimeUntilSend(now, transmission_type, retransmittable,
quic_sent_packet_manager_test.cc 93 EXPECT_EQ(NACK_RETRANSMISSION, next_retransmission.transmission_type);
138 pending.transmission_type, HAS_RETRANSMITTABLE_DATA);
    [all...]
quic_packet_generator_test.cc 37 bool(TransmissionType transmission_type,
  /external/chromium_org/net/quic/congestion_control/
pacing_sender.cc 53 TransmissionType transmission_type,
67 transmission_type, has_retransmittable_data);
81 TransmissionType transmission_type,
85 sender_->TimeUntilSend(now, transmission_type,
fix_rate_sender.h 42 TransmissionType transmission_type,
49 TransmissionType transmission_type,
pacing_sender.h 48 TransmissionType transmission_type,
55 TransmissionType transmission_type,
send_algorithm_interface.h 89 TransmissionType transmission_type,
102 TransmissionType transmission_type,
inter_arrival_sender.h 50 TransmissionType transmission_type,
57 TransmissionType transmission_type,
tcp_cubic_sender.h 53 TransmissionType transmission_type,
60 TransmissionType transmission_type,
fix_rate_sender.cc 80 TransmissionType transmission_type,
84 if (transmission_type == NOT_RETRANSMISSION) {
99 TransmissionType /* transmission_type */,
tcp_cubic_sender.cc 138 TransmissionType transmission_type,
151 if (transmission_type == NOT_RETRANSMISSION && update_end_sequence_number_) {
169 TransmissionType transmission_type,
172 if (transmission_type == NACK_RETRANSMISSION ||

Completed in 121 milliseconds