Home
last modified time | relevance | path

Searched refs:PruneEntries (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/modules/rtp_rtcp/source/
Dsource_tracker.cc57 PruneEntries(now_ms); in OnFrameDelivered()
66 PruneEntries(now_ms); in GetSources()
100 void SourceTracker::PruneEntries(int64_t now_ms) const { in PruneEntries() function in webrtc::SourceTracker
Dsource_tracker.h124 void PruneEntries(int64_t now_ms) const RTC_EXCLUSIVE_LOCKS_REQUIRED(lock_);
Dsource_tracker_unittest.cc64 PruneEntries(now_ms); in OnFrameDelivered()
68 PruneEntries(clock_->TimeInMilliseconds()); in GetSources()
74 void PruneEntries(int64_t now_ms) const { in PruneEntries() function in webrtc::__anond6b505000111::ExpectedSourceTracker