Searched defs:StorePackets (Results 1 - 3 of 3) sorted by relevance
/external/webrtc/webrtc/modules/rtp_rtcp/source/ | ||
H A D | rtp_packet_history.cc | 72 bool RTPPacketHistory::StorePackets() const { function in class:webrtc::RTPPacketHistory |
H A D | rtp_rtcp_impl.cc | 758 bool ModuleRtpRtcpImpl::StorePackets() const { function in class:webrtc::ModuleRtpRtcpImpl 759 return rtp_sender_.StorePackets(); 915 if (!rtp_sender_.StorePackets() || |
H A D | rtp_sender.cc | 706 bool RTPSender::StorePackets() const { function in class:webrtc::RTPSender 707 return packet_history_.StorePackets(); |
Completed in 3715 milliseconds