Home
last modified time | relevance | path

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

/external/webrtc/test/network/
Dnetwork_emulation_manager.cc273 std::vector<EmulatedEndpointImpl*> endpoint_impls; in CreateEmulatedNetworkManagerInterface() local
275 endpoint_impls.push_back(static_cast<EmulatedEndpointImpl*>(endpoint)); in CreateEmulatedNetworkManagerInterface()
278 std::make_unique<EndpointsContainer>(endpoint_impls); in CreateEmulatedNetworkManagerInterface()