Searched refs:StorePackets (Results 1 – 9 of 9) sorted by relevance
60 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()
37 bool StorePackets() const;
758 bool ModuleRtpRtcpImpl::StorePackets() const { in StorePackets() function in webrtc::ModuleRtpRtcpImpl759 return rtp_sender_.StorePackets(); in StorePackets()915 if (!rtp_sender_.StorePackets() || in OnReceivedNACK()
72 bool RTPPacketHistory::StorePackets() const { in StorePackets() function in webrtc::RTPPacketHistory
226 bool StorePackets() const override;
222 bool StorePackets() const;
706 bool RTPSender::StorePackets() const { in StorePackets() function in webrtc::RTPSender707 return packet_history_.StorePackets(); in StorePackets()
539 virtual bool StorePackets() const = 0;
215 MOCK_CONST_METHOD0(StorePackets, bool());