HomeSort by relevance Sort by last modified time
    Searched defs:UdpSocketManager (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/webrtc/test/channel_transport/
udp_socket_manager_wrapper.h 22 class UdpSocketManager
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(
udp_socket_manager_wrapper.cc 25 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::StaticInstance(kAddRef, id, numOfWorkThreads)
    [all...]

Completed in 67 milliseconds