/external/chromium_org/net/quic/ |
D | quic_unacked_packet_map_test.cc | 105 unacked_packets_.SetSent(1, now_, kDefaultAckLength, false); in TEST_F() 124 unacked_packets_.SetSent(i, now_, kDefaultAckLength, false); in TEST_F() 134 unacked_packets_.SetSent(1, now_, kDefaultLength, true); in TEST_F() 161 unacked_packets_.SetSent(1, now_, kDefaultLength, true); in TEST_F() 163 unacked_packets_.SetSent(2, now_, kDefaultLength, true); in TEST_F() 196 unacked_packets_.SetSent(1, now_, kDefaultLength, true); in TEST_F() 198 unacked_packets_.SetSent(2, now_, kDefaultLength, true); in TEST_F() 212 unacked_packets_.SetSent(3, now_, kDefaultLength, true); in TEST_F() 214 unacked_packets_.SetSent(4, now_, kDefaultLength, true); in TEST_F() 228 unacked_packets_.SetSent(5, now_, kDefaultLength, true); in TEST_F() [all …]
|
D | quic_unacked_packet_map.h | 81 void SetSent(QuicPacketSequenceNumber sequence_number,
|
D | quic_unacked_packet_map.cc | 362 void QuicUnackedPacketMap::SetSent(QuicPacketSequenceNumber sequence_number, in SetSent() function in net::QuicUnackedPacketMap
|
D | quic_sent_packet_manager.cc | 535 unacked_packets_.SetSent(sequence_number, sent_time, bytes, in_flight); in OnPacketSent()
|
/external/chromium_org/media/cast/logging/ |
D | receiver_time_offset_estimator_impl.cc | 19 void ReceiverTimeOffsetEstimatorImpl::BoundCalculator::SetSent( in SetSent() function in media::cast::ReceiverTimeOffsetEstimatorImpl::BoundCalculator 86 lower_bound_.SetSent(frame_event.rtp_timestamp, in OnReceiveFrameEvent() 126 upper_bound_.SetSent(packet_event.rtp_timestamp, in OnReceivePacketEvent()
|
D | receiver_time_offset_estimator_impl.h | 68 void SetSent(uint32 rtp,
|
/external/chromium_org/net/quic/congestion_control/ |
D | time_loss_algorithm_test.cc | 31 unacked_packets_.SetSent(sequence_number, clock_.Now(), 1000, true); in SendDataPacket()
|
D | tcp_loss_algorithm_test.cc | 31 unacked_packets_.SetSent(sequence_number, clock_.Now(), 1000, true); in SendDataPacket()
|