Searched defs:AddPacket (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/remoting/test/
H A Dleaky_bucket.cc21 base::TimeDelta LeakyBucket::AddPacket(int size) { function in class:remoting::LeakyBucket
/external/chromium_org/net/quic/
H A Dquic_unacked_packet_map.cc39 void QuicUnackedPacketMap::AddPacket( function in class:net::QuicUnackedPacketMap
/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);
/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 181 milliseconds