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

/external/webrtc/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,
47 UdpSocketManager();
48 virtual ~UdpSocketManager() {}
53 static UdpSocketManager* CreateInstance();
58 friend UdpSocketManager* webrtc::GetStaticInstance<UdpSocketManager>(
61 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 86 milliseconds