Searched defs:AimdRemoteRateControl (Results 1 – 1 of 1) sorted by relevance
43 struct AimdRemoteRateControl { struct44 AimdRemoteRateControl() : enabled(false) {} in AimdRemoteRateControl() argument45 explicit AimdRemoteRateControl(bool set_enabled) in AimdRemoteRateControl() argument47 virtual ~AimdRemoteRateControl() {} in ~AimdRemoteRateControl() argument49 const bool enabled;