Searched defs:StorePackets (Results 1 - 3 of 3) sorted by relevance

/external/webrtc/webrtc/modules/rtp_rtcp/source/
H A Drtp_packet_history.cc72 bool RTPPacketHistory::StorePackets() const { function in class:webrtc::RTPPacketHistory
H A Drtp_rtcp_impl.cc758 bool ModuleRtpRtcpImpl::StorePackets() const { function in class:webrtc::ModuleRtpRtcpImpl
759 return rtp_sender_.StorePackets();
915 if (!rtp_sender_.StorePackets() ||
H A Drtp_sender.cc706 bool RTPSender::StorePackets() const { function in class:webrtc::RTPSender
707 return packet_history_.StorePackets();

Completed in 3715 milliseconds