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

  /external/chromium_org/net/quic/
quic_sent_packet_manager.h 53 TransmissionType transmission_type,
60 TransmissionType transmission_type,
64 transmission_type(transmission_type),
70 TransmissionType transmission_type; member in struct:net::QuicSentPacketManager::PendingRetransmission
141 TransmissionType transmission_type,
258 TransmissionType transmission_type);
quic_sent_packet_manager.cc 117 TransmissionType transmission_type; local
121 transmission_type = it->second;
126 transmission_type = NOT_RETRANSMISSION;
136 transmission_type);
273 TransmissionType transmission_type) {
277 if (transmission_type != TLP_RETRANSMISSION) {
286 pending_retransmissions_[sequence_number] = transmission_type;
304 retransmit_info.transmission_type,
319 TransmissionType transmission_type = pending_retransmissions_.begin()->second; local
327 transmission_type = it->second
    [all...]
quic_unacked_packet_map.h 31 TransmissionType transmission_type);
quic_packet_generator.h 72 virtual bool ShouldGeneratePacket(TransmissionType transmission_type,
quic_connection.h 124 TransmissionType transmission_type,
350 virtual bool ShouldGeneratePacket(TransmissionType transmission_type,
499 // |transmission_type| and |retransmittable| are supplied to the congestion
504 TransmissionType transmission_type);
523 TransmissionType transmission_type);
528 TransmissionType transmission_type; member in struct:net::QuicConnection::QueuedPacket
quic_connection_logger.h 35 TransmissionType transmission_type,
quic_connection.cc 174 TransmissionType transmission_type)
178 transmission_type(transmission_type),
179 retransmittable((transmission_type != NOT_RETRANSMISSION ||
1479 TransmissionType transmission_type = pending_write_->transmission_type; local
    [all...]
quic_protocol.cc 757 transmission_type(NOT_RETRANSMISSION),
770 transmission_type(NOT_RETRANSMISSION),
780 TransmissionType transmission_type,
787 transmission_type(transmission_type),
quic_unacked_packet_map.cc 61 TransmissionType transmission_type) {
81 transmission_type,
quic_connection_logger.cc 49 TransmissionType transmission_type,
55 dict->SetInteger("transmission_type", transmission_type);
430 TransmissionType transmission_type,
436 transmission_type, packet.length(), result));
    [all...]
quic_protocol.h 1062 TransmissionType transmission_type; member in struct:net::TransmissionInfo
    [all...]
quic_sent_packet_manager_test.cc 38 void(TransmissionType transmission_type,
138 next_retransmission.transmission_type);
246 kDefaultLength, pending.transmission_type,
    [all...]
quic_packet_generator_test.cc 39 bool(TransmissionType transmission_type,
    [all...]
  /external/chromium_org/net/quic/test_tools/
quic_sent_packet_manager_peer.h 52 TransmissionType transmission_type);
quic_sent_packet_manager_peer.cc 92 TransmissionType transmission_type) {
94 transmission_type);
quic_test_utils.h 334 TransmissionType transmission_type) OVERRIDE;
quic_test_utils.cc 295 TransmissionType transmission_type) {

Completed in 197 milliseconds