Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtp_packet_history_unittest.cc60 EXPECT_FALSE(hist_->StorePackets()); in TEST_F()
62 EXPECT_TRUE(hist_->StorePackets()); in TEST_F()
64 EXPECT_FALSE(hist_->StorePackets()); in TEST_F()
68 EXPECT_FALSE(hist_->StorePackets()); in TEST_F()
Drtp_packet_history.h37 bool StorePackets() const;
Drtp_rtcp_impl.cc758 bool ModuleRtpRtcpImpl::StorePackets() const { in StorePackets() function in webrtc::ModuleRtpRtcpImpl
759 return rtp_sender_.StorePackets(); in StorePackets()
915 if (!rtp_sender_.StorePackets() || in OnReceivedNACK()
Drtp_packet_history.cc72 bool RTPPacketHistory::StorePackets() const { in StorePackets() function in webrtc::RTPPacketHistory
Drtp_rtcp_impl.h226 bool StorePackets() const override;
Drtp_sender.h222 bool StorePackets() const;
Drtp_sender.cc706 bool RTPSender::StorePackets() const { in StorePackets() function in webrtc::RTPSender
707 return packet_history_.StorePackets(); in StorePackets()
/external/webrtc/webrtc/modules/rtp_rtcp/include/
Drtp_rtcp.h539 virtual bool StorePackets() const = 0;
/external/webrtc/webrtc/modules/rtp_rtcp/mocks/
Dmock_rtp_rtcp.h215 MOCK_CONST_METHOD0(StorePackets, bool());