Home
last modified time | relevance | path

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

/external/webrtc/webrtc/test/channel_transport/
Dudp_socket2_manager_win.cc22 uint32_t UdpSocket2ManagerWindows::_numOfActiveManagers = 0;
23 bool UdpSocket2ManagerWindows::_wsaInit = false;
25 UdpSocket2ManagerWindows::UdpSocket2ManagerWindows() in UdpSocket2ManagerWindows() function in webrtc::test::UdpSocket2ManagerWindows
48 UdpSocket2ManagerWindows::~UdpSocket2ManagerWindows() in ~UdpSocket2ManagerWindows()
98 bool UdpSocket2ManagerWindows::Init(int32_t id, in Init()
111 bool UdpSocket2ManagerWindows::Start() in Start()
149 bool UdpSocket2ManagerWindows::StartWorkerThreads() in StartWorkerThreads()
230 bool UdpSocket2ManagerWindows::Stop() in Stop()
259 bool UdpSocket2ManagerWindows::StopWorkerThreads() in StopWorkerThreads()
304 bool UdpSocket2ManagerWindows::AddSocketPrv(UdpSocket2Windows* s) in AddSocketPrv()
[all …]
Dudp_socket2_manager_win.h115 class UdpSocket2ManagerWindows : public UdpSocketManager
118 UdpSocket2ManagerWindows();
119 virtual ~UdpSocket2ManagerWindows();
Dudp_socket2_win.h34 class UdpSocket2ManagerWindows; variable
134 UdpSocket2ManagerWindows* _mgr;
Dudp_socket_manager_wrapper.cc28 return static_cast<UdpSocketManager*>(new UdpSocket2ManagerWindows()); in CreateInstance()
Dudp_socket2_win.cc67 _mgr = static_cast<UdpSocket2ManagerWindows *>(mgr); in UdpSocket2Windows()