Searched refs:transmission_type (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/net/quic/
H A Dquic_sent_packet_manager.h51 TransmissionType transmission_type,
58 TransmissionType transmission_type) {}
63 TransmissionType transmission_type,
92 TransmissionType transmission_type,
96 transmission_type(transmission_type),
102 TransmissionType transmission_type; member in struct:net::QuicSentPacketManager::PendingRetransmission
175 TransmissionType transmission_type,
326 TransmissionType transmission_type);
50 OnSpuriousPacketRetransmition( TransmissionType transmission_type, QuicByteCount byte_size) argument
54 OnSentPacket( QuicPacketSequenceNumber sequence_number, QuicTime sent_time, QuicByteCount bytes, TransmissionType transmission_type) argument
60 OnRetransmittedPacket( QuicPacketSequenceNumber old_sequence_number, QuicPacketSequenceNumber new_sequence_number, TransmissionType transmission_type, QuicTime time) argument
91 PendingRetransmission(QuicPacketSequenceNumber sequence_number, TransmissionType transmission_type, const RetransmittableFrames& retransmittable_frames, QuicSequenceNumberLength sequence_number_length) argument
H A Dquic_sent_packet_manager.cc161 TransmissionType transmission_type; local
165 transmission_type = it->second;
170 transmission_type = NOT_RETRANSMISSION;
180 transmission_type);
185 transmission_type,
350 TransmissionType transmission_type) {
354 if (transmission_type != TLP_RETRANSMISSION) {
363 pending_retransmissions_[sequence_number] = transmission_type;
395 retransmit_info.transmission_type,
410 TransmissionType transmission_type local
348 MarkForRetransmission( QuicPacketSequenceNumber sequence_number, TransmissionType transmission_type) argument
507 OnPacketSent( QuicPacketSequenceNumber sequence_number, QuicTime sent_time, QuicByteCount bytes, TransmissionType transmission_type, HasRetransmittableData has_retransmittable_data) argument
[all...]
H A Dquic_unacked_packet_map.h32 TransmissionType transmission_type);
H A Dquic_packet_generator.h73 virtual bool ShouldGeneratePacket(TransmissionType transmission_type,
H A Dquic_connection.h129 TransmissionType transmission_type,
373 virtual bool ShouldGeneratePacket(TransmissionType transmission_type,
533 TransmissionType transmission_type,
538 TransmissionType transmission_type; member in struct:net::QuicConnection::QueuedPacket
127 OnPacketSent(QuicPacketSequenceNumber sequence_number, EncryptionLevel level, TransmissionType transmission_type, const QuicEncryptedPacket& packet, WriteResult result) argument
H A Dquic_unacked_packet_map.cc71 TransmissionType transmission_type) {
111 if (transmission_type == ALL_INITIAL_RETRANSMISSION ||
112 transmission_type == ALL_UNACKED_RETRANSMISSION) {
124 transmission_type,
68 OnRetransmittedPacket( QuicPacketSequenceNumber old_sequence_number, QuicPacketSequenceNumber new_sequence_number, TransmissionType transmission_type) argument
H A Dquic_protocol.cc720 transmission_type(NOT_RETRANSMISSION),
733 transmission_type(NOT_RETRANSMISSION),
741 TransmissionType transmission_type,
748 transmission_type(transmission_type),
738 TransmissionInfo( RetransmittableFrames* retransmittable_frames, QuicSequenceNumberLength sequence_number_length, TransmissionType transmission_type, SequenceNumberList* all_transmissions) argument
H A Dquic_connection.cc167 transmission_type(NOT_RETRANSMISSION),
174 TransmissionType transmission_type,
178 transmission_type(transmission_type),
1269 pending.transmission_type,
1290 TransmissionType transmission_type,
1415 packet->transmission_type,
1431 if (packet->transmission_type == NOT_RETRANSMISSION) {
1459 packet->transmission_type,
1471 if (packet->transmission_type !
171 QueuedPacket( SerializedPacket packet, EncryptionLevel level, TransmissionType transmission_type, QuicPacketSequenceNumber original_sequence_number) argument
1289 ShouldGeneratePacket( TransmissionType transmission_type, HasRetransmittableData retransmittable, IsHandshake handshake) argument
[all...]
H A Dquic_connection_logger.h39 TransmissionType transmission_type,
H A Dquic_connection_logger.cc51 TransmissionType transmission_type,
57 dict->SetInteger("transmission_type", transmission_type);
477 TransmissionType transmission_type,
483 transmission_type, packet.length(), result));
48 NetLogQuicPacketSentCallback( QuicPacketSequenceNumber sequence_number, EncryptionLevel level, TransmissionType transmission_type, size_t packet_size, WriteResult result, NetLog::LogLevel ) argument
474 OnPacketSent( QuicPacketSequenceNumber sequence_number, EncryptionLevel level, TransmissionType transmission_type, const QuicEncryptedPacket& packet, WriteResult result) argument
H A Dquic_protocol.h1065 TransmissionType transmission_type,
1076 TransmissionType transmission_type; member in struct:net::TransmissionInfo
H A Dquic_sent_packet_manager_test.cc40 void(TransmissionType transmission_type,
163 next_retransmission.transmission_type);
271 kDefaultLength, pending.transmission_type,
H A Dquic_packet_generator_test.cc39 bool(TransmissionType transmission_type,
/external/chromium_org/net/quic/test_tools/
H A Dquic_sent_packet_manager_peer.cc99 TransmissionType transmission_type) {
101 transmission_type);
96 MarkForRetransmission( QuicSentPacketManager* sent_packet_manager, QuicPacketSequenceNumber sequence_number, TransmissionType transmission_type) argument
H A Dquic_sent_packet_manager_peer.h55 TransmissionType transmission_type);

Completed in 594 milliseconds