Lines Matching refs:stats_collector_
1063 if (stats_collector_) { in ~PeerConnection()
1064 stats_collector_->WaitForPendingRequest(); in ~PeerConnection()
1065 stats_collector_ = nullptr; in ~PeerConnection()
1304 stats_collector_ = RTCStatsCollector::Create(this); in Initialize()
2012 RTC_DCHECK(stats_collector_); in GetStats()
2014 stats_collector_->GetStatsReport(callback); in GetStats()
2023 RTC_DCHECK(stats_collector_); in GetStats()
2043 stats_collector_->GetStatsReport(internal_sender, callback); in GetStats()
2052 RTC_DCHECK(stats_collector_); in GetStats()
2072 stats_collector_->GetStatsReport(internal_receiver, callback); in GetStats()
4336 if (stats_collector_) { in Close()
4337 stats_collector_->WaitForPendingRequest(); in Close()
7207 if (stats_collector_) { in ClearStatsCache()
7208 stats_collector_->ClearCachedStatsReport(); in ClearStatsCache()