Searched refs:StorePackets (Results 1 - 9 of 9) sorted by relevance

/external/webrtc/webrtc/modules/rtp_rtcp/source/
H A Drtp_packet_history.h37 bool StorePackets() const;
H A Drtp_packet_history_unittest.cc60 EXPECT_FALSE(hist_->StorePackets());
62 EXPECT_TRUE(hist_->StorePackets());
64 EXPECT_FALSE(hist_->StorePackets());
68 EXPECT_FALSE(hist_->StorePackets());
H A Drtp_packet_history.cc72 bool RTPPacketHistory::StorePackets() const { function in class:webrtc::RTPPacketHistory
H A Drtp_rtcp_impl.h226 bool StorePackets() const override;
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.h222 bool StorePackets() const;
H A Drtp_sender.cc706 bool RTPSender::StorePackets() const { function in class:webrtc::RTPSender
707 return packet_history_.StorePackets();
/external/webrtc/webrtc/modules/rtp_rtcp/include/
H A Drtp_rtcp.h539 virtual bool StorePackets() const = 0;
/external/webrtc/webrtc/modules/rtp_rtcp/mocks/
H A Dmock_rtp_rtcp.h215 MOCK_CONST_METHOD0(StorePackets, bool());

Completed in 147 milliseconds