Searched refs:StorePackets (Results 1 – 10 of 10) 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()
35 bool StorePackets() const;
91 bool RTPPacketHistory::StorePackets() const { in StorePackets() function in webrtc::RTPPacketHistory
986 bool ModuleRtpRtcpImpl::StorePackets() const { in StorePackets() function in webrtc::ModuleRtpRtcpImpl987 return rtp_sender_.StorePackets(); in StorePackets()1273 if (!rtp_sender_.StorePackets() || in OnReceivedNACK()
249 virtual bool StorePackets() const OVERRIDE;
186 bool StorePackets() const;
601 bool RTPSender::StorePackets() const { in StorePackets() function in webrtc::RTPSender602 return packet_history_.StorePackets(); in StorePackets()
607 virtual bool StorePackets() const = 0;
223 MOCK_CONST_METHOD0(StorePackets, bool());
315 if (rtp_rtcp_->StorePackets()) { in SetSendCodec()