Home
last modified time | relevance | path

Searched refs:UberLossAlgorithm (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/congestion_control/
H A Duber_loss_algorithm.cc14 UberLossAlgorithm::UberLossAlgorithm() { in UberLossAlgorithm() function in quic::UberLossAlgorithm
21 void UberLossAlgorithm::SetFromConfig(const QuicConfig& config, in SetFromConfig()
30 LossDetectionInterface::DetectionStats UberLossAlgorithm::DetectLosses( in DetectLosses()
63 QuicTime UberLossAlgorithm::GetLossTimeout() const { in GetLossTimeout()
79 void UberLossAlgorithm::SpuriousLossDetected( in SpuriousLossDetected()
88 void UberLossAlgorithm::SetLossDetectionTuner( in SetLossDetectionTuner()
98 void UberLossAlgorithm::MaybeStartTuning() { in MaybeStartTuning()
123 void UberLossAlgorithm::OnConfigNegotiated() {} in OnConfigNegotiated()
125 void UberLossAlgorithm::OnMinRttAvailable() { in OnMinRttAvailable()
130 void UberLossAlgorithm::OnUserAgentIdKnown() { in OnUserAgentIdKnown()
[all …]
H A Duber_loss_algorithm.h45 class QUICHE_EXPORT UberLossAlgorithm : public LossDetectionInterface {
47 UberLossAlgorithm();
48 UberLossAlgorithm(const UberLossAlgorithm&) = delete;
49 UberLossAlgorithm& operator=(const UberLossAlgorithm&) = delete;
50 ~UberLossAlgorithm() override {} in ~UberLossAlgorithm()
H A Duber_loss_algorithm_test.cc97 UberLossAlgorithm loss_algorithm_;
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/
H A Dquic_sent_packet_manager.h435 const UberLossAlgorithm* uber_loss_algorithm() const { in uber_loss_algorithm()
620 UberLossAlgorithm uber_loss_algorithm_;