HomeSort by relevance Sort by last modified time
    Searched refs:StorePackets (Results 1 - 9 of 9) sorted by null

  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_packet_history.h 37 bool StorePackets() const;
rtp_packet_history_unittest.cc 60 EXPECT_FALSE(hist_->StorePackets());
62 EXPECT_TRUE(hist_->StorePackets());
64 EXPECT_FALSE(hist_->StorePackets());
68 EXPECT_FALSE(hist_->StorePackets());
rtp_packet_history.cc 72 bool RTPPacketHistory::StorePackets() const {
rtp_rtcp_impl.h 226 bool StorePackets() const override;
rtp_rtcp_impl.cc 758 bool ModuleRtpRtcpImpl::StorePackets() const {
759 return rtp_sender_.StorePackets();
915 if (!rtp_sender_.StorePackets() ||
rtp_sender.h 222 bool StorePackets() const;
rtp_sender.cc 706 bool RTPSender::StorePackets() const {
707 return packet_history_.StorePackets();
    [all...]
  /external/webrtc/webrtc/modules/rtp_rtcp/include/
rtp_rtcp.h 539 virtual bool StorePackets() const = 0;
  /external/webrtc/webrtc/modules/rtp_rtcp/mocks/
mock_rtp_rtcp.h 215 MOCK_CONST_METHOD0(StorePackets, bool());

Completed in 2455 milliseconds