Searched refs:UdpSocketManagerPosixImpl (Results 1 – 2 of 2) sorted by relevance
56 _socketMgr[i] = new UdpSocketManagerPosixImpl(); in Init()187 UdpSocketManagerPosixImpl::UdpSocketManagerPosixImpl() in UdpSocketManagerPosixImpl() function in webrtc::test::UdpSocketManagerPosixImpl188 : _thread(UdpSocketManagerPosixImpl::Run, in UdpSocketManagerPosixImpl()197 UdpSocketManagerPosixImpl::~UdpSocketManagerPosixImpl() in ~UdpSocketManagerPosixImpl()220 bool UdpSocketManagerPosixImpl::Start() in Start()229 bool UdpSocketManagerPosixImpl::Stop() in Stop()237 bool UdpSocketManagerPosixImpl::Process() in Process()289 bool UdpSocketManagerPosixImpl::Run(void* obj) in Run()291 UdpSocketManagerPosixImpl* mgr = in Run()292 static_cast<UdpSocketManagerPosixImpl*>(obj); in Run()[all …]
32 class UdpSocketManagerPosixImpl; variable55 UdpSocketManagerPosixImpl* _socketMgr[MAX_NUMBER_OF_SOCKET_MANAGERS_LINUX];58 class UdpSocketManagerPosixImpl61 UdpSocketManagerPosixImpl();62 virtual ~UdpSocketManagerPosixImpl();