Searched refs:UdpSocketManagerPosixImpl (Results 1 - 2 of 2) sorted by relevance

/external/webrtc/webrtc/test/channel_transport/
H A Dudp_socket_manager_posix.h32 class UdpSocketManagerPosixImpl;
55 UdpSocketManagerPosixImpl* _socketMgr[MAX_NUMBER_OF_SOCKET_MANAGERS_LINUX];
58 class UdpSocketManagerPosixImpl class in namespace:webrtc::test
61 UdpSocketManagerPosixImpl();
62 virtual ~UdpSocketManagerPosixImpl();
H A Dudp_socket_manager_posix.cc56 _socketMgr[i] = new UdpSocketManagerPosixImpl();
187 UdpSocketManagerPosixImpl::UdpSocketManagerPosixImpl() function in class:webrtc::test::UdpSocketManagerPosixImpl
188 : _thread(UdpSocketManagerPosixImpl::Run,
197 UdpSocketManagerPosixImpl::~UdpSocketManagerPosixImpl()
220 bool UdpSocketManagerPosixImpl::Start()
229 bool UdpSocketManagerPosixImpl::Stop()
237 bool UdpSocketManagerPosixImpl::Process()
289 bool UdpSocketManagerPosixImpl
[all...]

Completed in 101 milliseconds