Home
last modified time | relevance | path

Searched refs:SetSent (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/net/quic/
Dquic_unacked_packet_map_test.cc105 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 …]
Dquic_unacked_packet_map.h81 void SetSent(QuicPacketSequenceNumber sequence_number,
Dquic_unacked_packet_map.cc362 void QuicUnackedPacketMap::SetSent(QuicPacketSequenceNumber sequence_number, in SetSent() function in net::QuicUnackedPacketMap
Dquic_sent_packet_manager.cc535 unacked_packets_.SetSent(sequence_number, sent_time, bytes, in_flight); in OnPacketSent()
/external/chromium_org/media/cast/logging/
Dreceiver_time_offset_estimator_impl.cc19 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()
Dreceiver_time_offset_estimator_impl.h68 void SetSent(uint32 rtp,
/external/chromium_org/net/quic/congestion_control/
Dtime_loss_algorithm_test.cc31 unacked_packets_.SetSent(sequence_number, clock_.Now(), 1000, true); in SendDataPacket()
Dtcp_loss_algorithm_test.cc31 unacked_packets_.SetSent(sequence_number, clock_.Now(), 1000, true); in SendDataPacket()