Searched refs:UdpSocketPosix (Results 1 - 5 of 5) sorted by relevance

/external/webrtc/webrtc/test/channel_transport/
H A Dudp_socket_posix.cc29 UdpSocketPosix::UdpSocketPosix(const int32_t id, UdpSocketManager* mgr, function in class:webrtc::test::UdpSocketPosix
33 "UdpSocketPosix::UdpSocketPosix()");
71 UdpSocketPosix::~UdpSocketPosix()
94 bool UdpSocketPosix::SetCallback(CallbackObj obj, IncomingSocketCallback cb)
100 "UdpSocketPosix(%p)::SetCallback", this);
105 "UdpSocketPosix(%p)::SetCallback socket added to manager",
111 "UdpSocketPosix(
[all...]
H A Dudp_socket_manager_posix.cc204 for (std::map<SOCKET, UdpSocketPosix*>::iterator it =
250 for (std::map<SOCKET, UdpSocketPosix*>::iterator it = _socketMap.begin();
277 for (std::map<SOCKET, UdpSocketPosix*>::iterator it = _socketMap.begin();
298 UdpSocketPosix* sl = static_cast<UdpSocketPosix*>(s);
317 UdpSocketPosix* addSocket = static_cast<UdpSocketPosix*>(*iter);
319 unsigned int removeFD = static_cast<UdpSocketPosix*>(s)->GetFd();
330 if (_socketMap.find(static_cast<UdpSocketPosix*>(s)->GetFd()) !=
332 _removeList.push_back(static_cast<UdpSocketPosix*>(
[all...]
H A Dudp_socket_posix.h28 class UdpSocketPosix : public UdpSocketWrapper class in namespace:webrtc::test
31 UdpSocketPosix(const int32_t id, UdpSocketManager* mgr,
34 virtual ~UdpSocketPosix();
H A Dudp_socket_wrapper.cc103 s = new UdpSocketPosix(id, mgr, ipV6Enable);
106 UdpSocketPosix* sl = static_cast<UdpSocketPosix*>(s);
H A Dudp_socket_manager_posix.h31 class UdpSocketPosix;
83 std::map<SOCKET, UdpSocketPosix*> _socketMap;

Completed in 94 milliseconds