Home
last modified time | relevance | path

Searched defs:IsProbingForBandwidth (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 Dbbr2_probe_rtt.h33 bool IsProbingForBandwidth() const override { return false; } in IsProbingForBandwidth() function
H A Dbbr2_startup.h40 bool IsProbingForBandwidth() const override { return true; } in IsProbingForBandwidth() function
H A Dbbr2_drain.h35 bool IsProbingForBandwidth() const override { return false; } in IsProbingForBandwidth() function
H A Dbbr2_probe_bw.cc94 bool Bbr2ProbeBwMode::IsProbingForBandwidth() const { in IsProbingForBandwidth() function in quic::Bbr2ProbeBwMode