Searched refs:ProbeClusterConfig (Results 1 – 6 of 6) sorted by relevance
78 const ProbeClusterConfig& probe) { in MaybeLogProbeClusterCreated()146 std::vector<ProbeClusterConfig> ProbeController::SetBitrates( in SetBitrates()193 return std::vector<ProbeClusterConfig>(); in SetBitrates()196 std::vector<ProbeClusterConfig> ProbeController::OnMaxTotalAllocatedBitrate( in OnMaxTotalAllocatedBitrate()211 return std::vector<ProbeClusterConfig>(); in OnMaxTotalAllocatedBitrate()231 return std::vector<ProbeClusterConfig>(); in OnMaxTotalAllocatedBitrate()234 std::vector<ProbeClusterConfig> ProbeController::OnNetworkAvailability( in OnNetworkAvailability()245 return std::vector<ProbeClusterConfig>(); in OnNetworkAvailability()248 std::vector<ProbeClusterConfig> ProbeController::InitiateExponentialProbing( in InitiateExponentialProbing()265 std::vector<ProbeClusterConfig> ProbeController::SetEstimatedBitrate( in SetEstimatedBitrate()[all …]
66 RTC_WARN_UNUSED_RESULT std::vector<ProbeClusterConfig> SetBitrates(74 RTC_WARN_UNUSED_RESULT std::vector<ProbeClusterConfig>78 RTC_WARN_UNUSED_RESULT std::vector<ProbeClusterConfig> OnNetworkAvailability(81 RTC_WARN_UNUSED_RESULT std::vector<ProbeClusterConfig> SetEstimatedBitrate(90 RTC_WARN_UNUSED_RESULT std::vector<ProbeClusterConfig> RequestProbe(100 RTC_WARN_UNUSED_RESULT std::vector<ProbeClusterConfig> Process(113 RTC_WARN_UNUSED_RESULT std::vector<ProbeClusterConfig>115 RTC_WARN_UNUSED_RESULT std::vector<ProbeClusterConfig> InitiateProbing(
74 std::vector<ProbeClusterConfig> ResetConstraints(
56 std::vector<ProbeClusterConfig> SetNetworkAvailable(bool available) { in SetNetworkAvailable()
354 std::vector<ProbeClusterConfig> GoogCcNetworkController::ResetConstraints( in ResetConstraints()
211 struct ProbeClusterConfig { struct237 std::vector<ProbeClusterConfig> probe_cluster_configs; argument