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

/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
H A Drtp_packet_history.cc91 bool RTPPacketHistory::StorePackets() const { function in class:webrtc::RTPPacketHistory
H A Drtp_rtcp_impl.cc986 bool ModuleRtpRtcpImpl::StorePackets() const { function in class:webrtc::ModuleRtpRtcpImpl
987 return rtp_sender_.StorePackets();
1273 if (!rtp_sender_.StorePackets() ||
H A Drtp_sender.cc601 bool RTPSender::StorePackets() const { function in class:webrtc::RTPSender
602 return packet_history_.StorePackets();

Completed in 82 milliseconds