HomeSort by relevance Sort by last modified time
    Searched defs:AddPacket (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/remoting/test/
leaky_bucket.cc 21 base::TimeDelta LeakyBucket::AddPacket(int size) {
  /external/chromium_org/net/quic/
quic_unacked_packet_map.cc 39 void QuicUnackedPacketMap::AddPacket(
  /external/lldb/source/Plugins/Process/gdb-remote/
GDBRemoteCommunication.cpp 49 GDBRemoteCommunication::History::AddPacket (char packet_char,
66 GDBRemoteCommunication::History::AddPacket (const std::string &src,
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/
rtp_player.cc 95 void AddPacket(RawRtpPacket* packet) {
444 lost_packets_.AddPacket(new RawRtpPacket(data, length, ssrc, seq_num));

Completed in 735 milliseconds