HomeSort by relevance Sort by last modified time
    Searched refs:UdpSocket2ManagerWindows (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/webrtc/test/channel_transport/
udp_socket2_manager_win.cc 22 uint32_t UdpSocket2ManagerWindows::_numOfActiveManagers = 0;
23 bool UdpSocket2ManagerWindows::_wsaInit = false;
25 UdpSocket2ManagerWindows::UdpSocket2ManagerWindows()
43 // if a UdpSocket2ManagerWindows() created and destroyed
48 UdpSocket2ManagerWindows::~UdpSocket2ManagerWindows()
51 "UdpSocket2ManagerWindows(%d)::~UdpSocket2ManagerWindows()",
98 bool UdpSocket2ManagerWindows::Init(int32_t id
    [all...]
udp_socket2_manager_win.h 116 class UdpSocket2ManagerWindows : public UdpSocketManager
119 UdpSocket2ManagerWindows();
120 virtual ~UdpSocket2ManagerWindows();
udp_socket_manager_wrapper.cc 28 return static_cast<UdpSocketManager*>(new UdpSocket2ManagerWindows());
udp_socket2_win.h 34 class UdpSocket2ManagerWindows;
129 UdpSocket2ManagerWindows* _mgr;
udp_socket2_win.cc 66 _mgr = static_cast<UdpSocket2ManagerWindows *>(mgr);
    [all...]

Completed in 431 milliseconds