Home
last modified time | relevance | path

Searched defs:AddPacket (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationHistory.cpp30 void GDBRemoteCommunicationHistory::AddPacket(char packet_char, in AddPacket() function in GDBRemoteCommunicationHistory
47 void GDBRemoteCommunicationHistory::AddPacket(const std::string &src, in AddPacket() function in GDBRemoteCommunicationHistory
/external/perfetto/src/tracing/test/
Dfake_packet.cc109 FakeChunk& FakeChunk::AddPacket(size_t size, char seed, uint8_t packet_flag) { in AddPacket() function in perfetto::FakeChunk
123 FakeChunk& FakeChunk::AddPacket(std::initializer_list<uint8_t> raw) { in AddPacket() function in perfetto::FakeChunk
/external/webrtc/modules/rtp_rtcp/include/
Drtp_rtcp_defines.cc53 void RtpPacketCounter::AddPacket(const RtpPacket& packet) { in AddPacket() function in webrtc::RtpPacketCounter
/external/webrtc/media/engine/
Dunhandled_packets_buffer.cc26 void UnhandledPacketsBuffer::AddPacket(uint32_t ssrc, in AddPacket() function in cricket::UnhandledPacketsBuffer
/external/webrtc/rtc_tools/network_tester/
Dparse_packet_log.py78 def AddPacket(self, packet): member in MovingAverageBitrate
/external/webrtc/modules/congestion_controller/rtp/
Dtransport_feedback_demuxer.cc39 void TransportFeedbackDemuxer::AddPacket(const RtpPacketSendInfo& packet_info) { in AddPacket() function in webrtc::TransportFeedbackDemuxer
Dtransport_feedback_adapter.cc90 void TransportFeedbackAdapter::AddPacket(const RtpPacketSendInfo& packet_info, in AddPacket() function in webrtc::TransportFeedbackAdapter