Searched refs:UdpSocket2ManagerWindows (Results 1 – 5 of 5) sorted by relevance
22 uint32_t UdpSocket2ManagerWindows::_numOfActiveManagers = 0;23 bool UdpSocket2ManagerWindows::_wsaInit = false;25 UdpSocket2ManagerWindows::UdpSocket2ManagerWindows() in UdpSocket2ManagerWindows() function in webrtc::test::UdpSocket2ManagerWindows48 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 …]
115 class UdpSocket2ManagerWindows : public UdpSocketManager118 UdpSocket2ManagerWindows();119 virtual ~UdpSocket2ManagerWindows();
34 class UdpSocket2ManagerWindows; variable134 UdpSocket2ManagerWindows* _mgr;
28 return static_cast<UdpSocketManager*>(new UdpSocket2ManagerWindows()); in CreateInstance()
67 _mgr = static_cast<UdpSocket2ManagerWindows *>(mgr); in UdpSocket2Windows()