Home
last modified time | relevance | path

Searched defs:EnableECT0 (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 Dtcp_cubic_sender_bytes.h77 bool EnableECT0() override { return false; } in EnableECT0() function
H A Dbbr2_sender.h98 bool EnableECT0() override { return false; } in EnableECT0() function
H A Dbbr_sender.h135 bool EnableECT0() override { return false; } in EnableECT0() function
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/
H A Dquic_sent_packet_manager.h399 bool EnableECT0() { return send_algorithm_->EnableECT0(); } in EnableECT0() function