Home
last modified time | relevance | path

Searched refs:AddPacket (Results 1 – 12 of 12) sorted by relevance

/external/chromium_org/net/quic/
Dquic_unacked_packet_map_test.cc104 unacked_packets_.AddPacket(CreateNonRetransmittablePacket(1)); in TEST_F()
123 unacked_packets_.AddPacket(CreateNonRetransmittablePacket(i)); in TEST_F()
133 unacked_packets_.AddPacket(CreateRetransmittablePacket(1)); in TEST_F()
160 unacked_packets_.AddPacket(CreateRetransmittablePacket(1)); in TEST_F()
195 unacked_packets_.AddPacket(CreateRetransmittablePacket(1)); in TEST_F()
197 unacked_packets_.AddPacket(CreateRetransmittablePacket(2)); in TEST_F()
213 unacked_packets_.AddPacket(CreateRetransmittablePacket(4)); in TEST_F()
229 unacked_packets_.AddPacket(CreateRetransmittablePacket(6)); in TEST_F()
269 unacked_packets_.AddPacket(CreateRetransmittablePacket(1)); in TEST_F()
271 unacked_packets_.AddPacket(CreateRetransmittablePacket(2)); in TEST_F()
[all …]
Dquic_unacked_packet_map.h24 void AddPacket(const SerializedPacket& serialized_packet);
Dquic_unacked_packet_map.cc39 void QuicUnackedPacketMap::AddPacket( in AddPacket() function in net::QuicUnackedPacketMap
Dquic_sent_packet_manager.cc151 unacked_packets_.AddPacket(serialized_packet); in OnSerializedPacket()
/external/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunication.cpp49 GDBRemoteCommunication::History::AddPacket (char packet_char, in AddPacket() function in GDBRemoteCommunication::History
66 GDBRemoteCommunication::History::AddPacket (const std::string &src, in AddPacket() function in GDBRemoteCommunication::History
180 m_history.AddPacket (ch, History::ePacketTypeSend, bytes_written); in SendAck()
193 m_history.AddPacket (ch, History::ePacketTypeSend, bytes_written); in SendNack()
231 …m_history.AddPacket (packet.GetString(), packet.GetSize(), History::ePacketTypeSend, bytes_written… in SendPacketNoLock()
465 … m_history.AddPacket (m_bytes.c_str(), total_length, History::ePacketTypeRecv, total_length); in CheckForPacket()
DGDBRemoteCommunication.h164 AddPacket (char packet_char,
168 AddPacket (const std::string &src,
/external/chromium_org/remoting/test/
Dleaky_bucket.h22 base::TimeDelta AddPacket(int size);
Dleaky_bucket.cc21 base::TimeDelta LeakyBucket::AddPacket(int size) { in AddPacket() function in remoting::LeakyBucket
Dfake_socket_factory.cc275 delay = leaky_bucket_->AddPacket(data_size); in ReceivePacket()
/external/chromium_org/net/quic/congestion_control/
Dtime_loss_algorithm_test.cc30 unacked_packets_.AddPacket(packet); in SendDataPacket()
Dtcp_loss_algorithm_test.cc30 unacked_packets_.AddPacket(packet); in SendDataPacket()
/external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
Drtp_player.cc95 void AddPacket(RawRtpPacket* packet) { in AddPacket() function in webrtc::rtpplayer::LostPackets
444 lost_packets_.AddPacket(new RawRtpPacket(data, length, ssrc, seq_num)); in SendPacket()