Searched defs:UdpSocketManager (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/webrtc/test/channel_transport/
H A Dudp_socket_manager_wrapper.h22 class UdpSocketManager class in namespace:webrtc::test
25 static UdpSocketManager* Create(const int32_t id,
49 UdpSocketManager();
50 virtual ~UdpSocketManager() {}
55 static UdpSocketManager* CreateInstance();
60 friend UdpSocketManager* webrtc::GetStaticInstance<UdpSocketManager>(
63 static UdpSocketManager* StaticInstance(
H A Dudp_socket_manager_wrapper.cc25 UdpSocketManager* UdpSocketManager::CreateInstance()
28 return static_cast<UdpSocketManager*>(new UdpSocket2ManagerWindows());
34 UdpSocketManager* UdpSocketManager::StaticInstance(
39 UdpSocketManager* impl =
40 GetStaticInstance<UdpSocketManager>(count_operation);
49 UdpSocketManager* UdpSocketManager::Create(const int32_t id,
52 return UdpSocketManager
62 UdpSocketManager::UdpSocketManager() : _numOfWorkThreads(0) function in class:webrtc::test::UdpSocketManager
[all...]

Completed in 135 milliseconds