Searched refs:GetSendRatesLocked (Results 1 – 4 of 4) sorted by relevance
212 RtpSendRates send_rates = GetSendRatesLocked(); in ProcessBitrateAndNotifyObservers()220 return GetSendRatesLocked(); in GetSendRates()223 RtpSendRates DEPRECATED_RtpSenderEgress::GetSendRatesLocked() const { in GetSendRatesLocked() function in webrtc::DEPRECATED_RtpSenderEgress
87 RtpSendRates GetSendRatesLocked() const RTC_EXCLUSIVE_LOCKS_REQUIRED(lock_);
300 return GetSendRatesLocked(now_ms); in GetSendRates()303 RtpSendRates RtpSenderEgress::GetSendRatesLocked(int64_t now_ms) const { in GetSendRatesLocked() function in webrtc::RtpSenderEgress570 send_rates = GetSendRatesLocked(now_ms); in UpdateRtpStats()
99 RtpSendRates GetSendRatesLocked(int64_t now_ms) const