Home
last modified time | relevance | path

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

/external/webrtc/modules/rtp_rtcp/mocks/
Dmock_rtp_rtcp.h178 MOCK_METHOD(bool, StorePackets, (), (const, override));
/external/webrtc/modules/rtp_rtcp/source/
Drtp_rtcp_impl2.h233 bool StorePackets() const override;
Drtp_rtcp_interface.h410 virtual bool StorePackets() const = 0;
Drtp_rtcp_impl2.cc609 bool ModuleRtpRtcpImpl2::StorePackets() const { in StorePackets() function in webrtc::ModuleRtpRtcpImpl2
663 if (!StorePackets() || nack_sequence_numbers.empty()) { in OnReceivedNack()
Drtp_rtcp_impl.h241 bool StorePackets() const override;
Drtp_rtcp_impl.cc705 bool ModuleRtpRtcpImpl::StorePackets() const { in StorePackets() function in webrtc::ModuleRtpRtcpImpl
756 if (!StorePackets() || nack_sequence_numbers.empty()) { in OnReceivedNack()