Home
last modified time | relevance | path

Searched refs:GoogCcDebugFactory (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/modules/congestion_controller/goog_cc/test/
Dgoog_cc_printer.cc171 GoogCcDebugFactory::GoogCcDebugFactory() in GoogCcDebugFactory() function in webrtc::GoogCcDebugFactory
172 : GoogCcDebugFactory(GoogCcFactoryConfig()) {} in GoogCcDebugFactory()
174 GoogCcDebugFactory::GoogCcDebugFactory(GoogCcFactoryConfig config) in GoogCcDebugFactory() function in webrtc::GoogCcDebugFactory
177 std::unique_ptr<NetworkControllerInterface> GoogCcDebugFactory::Create( in Create()
185 void GoogCcDebugFactory::PrintState(const Timestamp at_time) { in PrintState()
191 void GoogCcDebugFactory::AttachWriter( in AttachWriter()
Dgoog_cc_printer.h57 class GoogCcDebugFactory : public GoogCcNetworkControllerFactory {
59 GoogCcDebugFactory();
60 explicit GoogCcDebugFactory(GoogCcFactoryConfig config);
/external/webrtc/test/scenario/
Dcall_client.h82 GoogCcDebugFactory goog_cc_factory_;