Lines Matching refs:SocketDispatcher
549 SocketDispatcher::SocketDispatcher(PhysicalSocketServer *ss) in SocketDispatcher() function in rtc::SocketDispatcher
558 SocketDispatcher::SocketDispatcher(SOCKET s, PhysicalSocketServer *ss) in SocketDispatcher() function in rtc::SocketDispatcher
567 SocketDispatcher::~SocketDispatcher() { in ~SocketDispatcher()
571 bool SocketDispatcher::Initialize() { in Initialize()
584 bool SocketDispatcher::Create(int type) { in Create()
588 bool SocketDispatcher::Create(int family, int type) { in Create()
604 WSAEVENT SocketDispatcher::GetWSAEvent() { in GetWSAEvent()
608 SOCKET SocketDispatcher::GetSocket() { in GetSocket()
612 bool SocketDispatcher::CheckSignalClose() { in CheckSignalClose()
626 int SocketDispatcher::next_id_ = 0;
630 int SocketDispatcher::GetDescriptor() { in GetDescriptor()
634 bool SocketDispatcher::IsDescriptorClosed() { in IsDescriptorClosed()
671 uint32_t SocketDispatcher::GetRequestedEvents() { in GetRequestedEvents()
675 void SocketDispatcher::OnPreEvent(uint32_t ff) { in OnPreEvent()
689 void SocketDispatcher::OnEvent(uint32_t ff, int err) { in OnEvent()
723 void SocketDispatcher::OnEvent(uint32_t ff, int err) { in OnEvent()
751 int SocketDispatcher::Close() { in Close()
1173 SocketDispatcher* dispatcher = new SocketDispatcher(this); in CreateAsyncSocket()
1183 SocketDispatcher* dispatcher = new SocketDispatcher(s, this); in WrapSocket()