Home
last modified time | relevance | path

Searched defs:EnableECT1 (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.h78 bool EnableECT1() override { return false; } in EnableECT1() function
H A Dbbr2_sender.h99 bool EnableECT1() override { return false; } in EnableECT1() function
H A Dbbr_sender.h136 bool EnableECT1() override { return false; } in EnableECT1() function
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/
H A Dquic_sent_packet_manager.h400 bool EnableECT1() { return send_algorithm_->EnableECT1(); } in EnableECT1() function