Searched refs:UdpSocketManagerPosix (Results 1 – 4 of 4) sorted by relevance
27 UdpSocketManagerPosix::UdpSocketManagerPosix() in UdpSocketManagerPosix() function in webrtc::test::UdpSocketManagerPosix38 bool UdpSocketManagerPosix::Init(int32_t id, uint8_t& numOfWorkThreads) { in Init()62 UdpSocketManagerPosix::~UdpSocketManagerPosix() in ~UdpSocketManagerPosix()76 bool UdpSocketManagerPosix::Start() in Start()101 bool UdpSocketManagerPosix::Stop() in Stop()126 bool UdpSocketManagerPosix::AddSocket(UdpSocketWrapper* s) in AddSocket()161 bool UdpSocketManagerPosix::RemoveSocket(UdpSocketWrapper* s) in RemoveSocket()
35 class UdpSocketManagerPosix : public UdpSocketManager38 UdpSocketManagerPosix();39 virtual ~UdpSocketManagerPosix();
30 return new UdpSocketManagerPosix(); in CreateInstance()
73 friend class UdpSocketManagerPosix;