Home
last modified time | relevance | path

Searched defs:DebugState (Results 1 – 8 of 8) sorted by relevance

/external/cronet/net/third_party/quiche/src/quiche/quic/core/congestion_control/
Dbbr2_sender.h115 struct QUIC_EXPORT_PRIVATE DebugState { struct
134 Bbr2StartupMode::DebugState startup; argument
135 Bbr2DrainMode::DebugState drain; argument
136 Bbr2ProbeBwMode::DebugState probe_bw; argument
137 Bbr2ProbeRttMode::DebugState probe_rtt; argument
Dbbr_sender.h67 struct QUIC_EXPORT_PRIVATE DebugState { struct
71 Mode mode;
72 QuicBandwidth max_bandwidth;
73 QuicRoundTripCount round_trip_count;
74 int gain_cycle_index;
75 QuicByteCount congestion_window;
77 bool is_at_full_bandwidth;
78 QuicBandwidth bandwidth_at_last_round;
79 QuicRoundTripCount rounds_without_bandwidth_gain;
81 QuicTime::Delta min_rtt;
[all …]
Dbbr2_startup.h47 struct QUIC_EXPORT_PRIVATE DebugState { struct
53 DebugState ExportDebugState() const; argument
Dbbr2_probe_rtt.h38 struct QUIC_EXPORT_PRIVATE DebugState { struct
43 DebugState ExportDebugState() const; argument
Dbbr2_drain.h42 struct QUIC_EXPORT_PRIVATE DebugState { struct
46 DebugState ExportDebugState() const; argument
Dbbr2_probe_bw.h51 struct QUIC_EXPORT_PRIVATE DebugState { struct
57 DebugState ExportDebugState() const; argument
Dbbr_sender.cc54 BbrSender::DebugState::DebugState(const BbrSender& sender) in DebugState() function in quic::BbrSender::DebugState
/external/armnn/src/armnn/
DNetwork.cpp125 void OptimizerOptionsOpaque::SetDebugEnabled(bool DebugState) in SetDebugEnabled()