Home
last modified time | relevance | path

Searched refs:ProbeControllerConfig (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/modules/congestion_controller/goog_cc/
Dprobe_controller.h30 struct ProbeControllerConfig { struct
31 explicit ProbeControllerConfig(const WebRtcKeyValueConfig* key_value_config);
32 ProbeControllerConfig(const ProbeControllerConfig&);
33 ProbeControllerConfig& operator=(const ProbeControllerConfig&) = default; argument
34 ~ProbeControllerConfig();
145 ProbeControllerConfig config_;
Dprobe_controller.cc93 ProbeControllerConfig::ProbeControllerConfig( in ProbeControllerConfig() function in webrtc::ProbeControllerConfig
126 ProbeControllerConfig::ProbeControllerConfig(const ProbeControllerConfig&) =
128 ProbeControllerConfig::~ProbeControllerConfig() = default;
140 config_(ProbeControllerConfig(key_value_config)) { in ProbeController()