Home
last modified time | relevance | path

Searched refs:UdpSocketManagerPosix (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/webrtc/test/channel_transport/
Dudp_socket_manager_posix.cc27 UdpSocketManagerPosix::UdpSocketManagerPosix() in UdpSocketManagerPosix() function in webrtc::test::UdpSocketManagerPosix
38 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()
Dudp_socket_manager_posix.h35 class UdpSocketManagerPosix : public UdpSocketManager
38 UdpSocketManagerPosix();
39 virtual ~UdpSocketManagerPosix();
Dudp_socket_manager_wrapper.cc30 return new UdpSocketManagerPosix(); in CreateInstance()
Dudp_socket_posix.h73 friend class UdpSocketManagerPosix;