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

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

Completed in 2107 milliseconds