Searched refs:StorePackets (Results 1 – 6 of 6) sorted by relevance
178 MOCK_METHOD(bool, StorePackets, (), (const, override));
233 bool StorePackets() const override;
410 virtual bool StorePackets() const = 0;
609 bool ModuleRtpRtcpImpl2::StorePackets() const { in StorePackets() function in webrtc::ModuleRtpRtcpImpl2663 if (!StorePackets() || nack_sequence_numbers.empty()) { in OnReceivedNack()
241 bool StorePackets() const override;
705 bool ModuleRtpRtcpImpl::StorePackets() const { in StorePackets() function in webrtc::ModuleRtpRtcpImpl756 if (!StorePackets() || nack_sequence_numbers.empty()) { in OnReceivedNack()