Home
last modified time | relevance | path

Searched refs:SocketDispatcher (Results 1 – 25 of 106) sorted by relevance

12345

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/rtc_base/
H A Dphysical_socket_server.cc610 SocketDispatcher::SocketDispatcher(PhysicalSocketServer* ss) in SocketDispatcher() function in rtc::SocketDispatcher
621 SocketDispatcher::SocketDispatcher(SOCKET s, PhysicalSocketServer* ss) in SocketDispatcher() function in rtc::SocketDispatcher
632 SocketDispatcher::~SocketDispatcher() { in ~SocketDispatcher()
636 bool SocketDispatcher::Initialize() { in Initialize()
658 bool SocketDispatcher::Create(int type) { in Create()
684 SOCKET SocketDispatcher::GetSocket() { in GetSocket()
702 int SocketDispatcher::next_id_ = 0;
706 int SocketDispatcher::GetDescriptor() { in GetDescriptor()
902 int SocketDispatcher::Close() { in Close()
1097 SocketDispatcher* dispatcher = new SocketDispatcher(this); in CreateAsyncSocket()
[all …]
H A Dphysical_socket_server_unittest.cc43 class FakeSocketDispatcher : public SocketDispatcher {
46 : SocketDispatcher(ss) {} in FakeSocketDispatcher()
49 : SocketDispatcher(s, ss) {} in FakeSocketDispatcher()
67 SocketDispatcher* dispatcher = new FakeSocketDispatcher(this); in CreateAsyncSocket()
76 SocketDispatcher* dispatcher = new FakeSocketDispatcher(s, this); in WrapSocket()
141 return SocketDispatcher::DoAccept(socket, addr, addrlen); in DoAccept()
154 return SocketDispatcher::DoSend(socket, buf, len, flags); in DoSend()
169 return SocketDispatcher::DoSendTo(socket, buf, len, flags, dest_addr, in DoSendTo()
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/rtc_base/
H A Dphysical_socket_server.cc613 SocketDispatcher::SocketDispatcher(PhysicalSocketServer* ss) in SocketDispatcher() function in rtc::SocketDispatcher
624 SocketDispatcher::SocketDispatcher(SOCKET s, PhysicalSocketServer* ss) in SocketDispatcher() function in rtc::SocketDispatcher
635 SocketDispatcher::~SocketDispatcher() { in ~SocketDispatcher()
639 bool SocketDispatcher::Initialize() { in Initialize()
661 bool SocketDispatcher::Create(int type) { in Create()
687 SOCKET SocketDispatcher::GetSocket() { in GetSocket()
705 int SocketDispatcher::next_id_ = 0;
709 int SocketDispatcher::GetDescriptor() { in GetDescriptor()
905 int SocketDispatcher::Close() { in Close()
1100 SocketDispatcher* dispatcher = new SocketDispatcher(this); in CreateAsyncSocket()
[all …]
H A Dphysical_socket_server_unittest.cc43 class FakeSocketDispatcher : public SocketDispatcher {
46 : SocketDispatcher(ss) {} in FakeSocketDispatcher()
49 : SocketDispatcher(s, ss) {} in FakeSocketDispatcher()
67 SocketDispatcher* dispatcher = new FakeSocketDispatcher(this); in CreateAsyncSocket()
76 SocketDispatcher* dispatcher = new FakeSocketDispatcher(s, this); in WrapSocket()
141 return SocketDispatcher::DoAccept(socket, addr, addrlen); in DoAccept()
154 return SocketDispatcher::DoSend(socket, buf, len, flags); in DoSend()
169 return SocketDispatcher::DoSendTo(socket, buf, len, flags, dest_addr, in DoSendTo()
H A Dphysical_socket_server.h218 class SocketDispatcher : public Dispatcher, public PhysicalSocket {
220 explicit SocketDispatcher(PhysicalSocketServer* ss);
221 SocketDispatcher(SOCKET s, PhysicalSocketServer* ss);
222 ~SocketDispatcher() override;
/dports/net-im/tg_owt/tg_owt-d578c76/src/rtc_base/
H A Dphysical_socket_server.cc610 SocketDispatcher::SocketDispatcher(PhysicalSocketServer* ss) in SocketDispatcher() function in rtc::SocketDispatcher
621 SocketDispatcher::SocketDispatcher(SOCKET s, PhysicalSocketServer* ss) in SocketDispatcher() function in rtc::SocketDispatcher
632 SocketDispatcher::~SocketDispatcher() { in ~SocketDispatcher()
636 bool SocketDispatcher::Initialize() { in Initialize()
658 bool SocketDispatcher::Create(int type) { in Create()
684 SOCKET SocketDispatcher::GetSocket() { in GetSocket()
702 int SocketDispatcher::next_id_ = 0;
706 int SocketDispatcher::GetDescriptor() { in GetDescriptor()
901 int SocketDispatcher::Close() { in Close()
1096 SocketDispatcher* dispatcher = new SocketDispatcher(this); in CreateAsyncSocket()
[all …]
H A Dphysical_socket_server_unittest.cc44 class FakeSocketDispatcher : public SocketDispatcher {
47 : SocketDispatcher(ss) {} in FakeSocketDispatcher()
50 : SocketDispatcher(s, ss) {} in FakeSocketDispatcher()
68 SocketDispatcher* dispatcher = new FakeSocketDispatcher(this); in CreateAsyncSocket()
77 SocketDispatcher* dispatcher = new FakeSocketDispatcher(s, this); in WrapSocket()
142 return SocketDispatcher::DoAccept(socket, addr, addrlen); in DoAccept()
155 return SocketDispatcher::DoSend(socket, buf, len, flags); in DoSend()
170 return SocketDispatcher::DoSendTo(socket, buf, len, flags, dest_addr, in DoSendTo()
H A Dphysical_socket_server.h219 class SocketDispatcher : public Dispatcher, public PhysicalSocket {
221 explicit SocketDispatcher(PhysicalSocketServer* ss);
222 SocketDispatcher(SOCKET s, PhysicalSocketServer* ss);
223 ~SocketDispatcher() override;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/rtc_base/
H A Dphysical_socket_server.cc597 SocketDispatcher::SocketDispatcher(PhysicalSocketServer* ss) in SocketDispatcher() function in rtc::SocketDispatcher
608 SocketDispatcher::SocketDispatcher(SOCKET s, PhysicalSocketServer* ss) in SocketDispatcher() function in rtc::SocketDispatcher
619 SocketDispatcher::~SocketDispatcher() { in ~SocketDispatcher()
623 bool SocketDispatcher::Initialize() { in Initialize()
645 bool SocketDispatcher::Create(int type) { in Create()
671 SOCKET SocketDispatcher::GetSocket() { in GetSocket()
689 int SocketDispatcher::next_id_ = 0;
693 int SocketDispatcher::GetDescriptor() { in GetDescriptor()
889 int SocketDispatcher::Close() { in Close()
1249 SocketDispatcher* dispatcher = new SocketDispatcher(this); in CreateAsyncSocket()
[all …]
H A Dphysical_socket_server_unittest.cc43 class FakeSocketDispatcher : public SocketDispatcher {
46 : SocketDispatcher(ss) {} in FakeSocketDispatcher()
49 : SocketDispatcher(s, ss) {} in FakeSocketDispatcher()
67 SocketDispatcher* dispatcher = new FakeSocketDispatcher(this); in CreateAsyncSocket()
76 SocketDispatcher* dispatcher = new FakeSocketDispatcher(s, this); in WrapSocket()
141 return SocketDispatcher::DoAccept(socket, addr, addrlen); in DoAccept()
154 return SocketDispatcher::DoSend(socket, buf, len, flags); in DoSend()
169 return SocketDispatcher::DoSendTo(socket, buf, len, flags, dest_addr, in DoSendTo()
H A Dphysical_socket_server.h221 class SocketDispatcher : public Dispatcher, public PhysicalSocket {
223 explicit SocketDispatcher(PhysicalSocketServer* ss);
224 SocketDispatcher(SOCKET s, PhysicalSocketServer* ss);
225 ~SocketDispatcher() override;
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/rtc_base/
H A Dphysicalsocketserver.cc598 SocketDispatcher::SocketDispatcher(PhysicalSocketServer *ss) in SocketDispatcher() function in rtc::SocketDispatcher
607 SocketDispatcher::SocketDispatcher(SOCKET s, PhysicalSocketServer *ss) in SocketDispatcher() function in rtc::SocketDispatcher
616 SocketDispatcher::~SocketDispatcher() { in ~SocketDispatcher()
620 bool SocketDispatcher::Initialize() { in Initialize()
642 bool SocketDispatcher::Create(int type) { in Create()
666 SOCKET SocketDispatcher::GetSocket() { in GetSocket()
684 int SocketDispatcher::next_id_ = 0;
688 int SocketDispatcher::GetDescriptor() { in GetDescriptor()
884 int SocketDispatcher::Close() { in Close()
1264 SocketDispatcher* dispatcher = new SocketDispatcher(this); in CreateAsyncSocket()
[all …]
H A Dphysicalsocketserver_unittest.cc39 class FakeSocketDispatcher : public SocketDispatcher {
42 : SocketDispatcher(ss) { in FakeSocketDispatcher()
46 : SocketDispatcher(s, ss) { in FakeSocketDispatcher()
63 SocketDispatcher* dispatcher = new FakeSocketDispatcher(this); in CreateAsyncSocket()
72 SocketDispatcher* dispatcher = new FakeSocketDispatcher(this); in CreateAsyncSocket()
81 SocketDispatcher* dispatcher = new FakeSocketDispatcher(s, this); in WrapSocket()
146 return SocketDispatcher::DoAccept(socket, addr, addrlen); in DoAccept()
157 return SocketDispatcher::DoSend(socket, buf, len, flags); in DoSend()
168 return SocketDispatcher::DoSendTo(socket, buf, len, flags, dest_addr, in DoSendTo()
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/rtc_base/
H A Dphysicalsocketserver.cc598 SocketDispatcher::SocketDispatcher(PhysicalSocketServer *ss) in SocketDispatcher() function in rtc::SocketDispatcher
607 SocketDispatcher::SocketDispatcher(SOCKET s, PhysicalSocketServer *ss) in SocketDispatcher() function in rtc::SocketDispatcher
616 SocketDispatcher::~SocketDispatcher() { in ~SocketDispatcher()
620 bool SocketDispatcher::Initialize() { in Initialize()
642 bool SocketDispatcher::Create(int type) { in Create()
666 SOCKET SocketDispatcher::GetSocket() { in GetSocket()
684 int SocketDispatcher::next_id_ = 0;
688 int SocketDispatcher::GetDescriptor() { in GetDescriptor()
884 int SocketDispatcher::Close() { in Close()
1264 SocketDispatcher* dispatcher = new SocketDispatcher(this); in CreateAsyncSocket()
[all …]
H A Dphysicalsocketserver_unittest.cc39 class FakeSocketDispatcher : public SocketDispatcher {
42 : SocketDispatcher(ss) { in FakeSocketDispatcher()
46 : SocketDispatcher(s, ss) { in FakeSocketDispatcher()
63 SocketDispatcher* dispatcher = new FakeSocketDispatcher(this); in CreateAsyncSocket()
72 SocketDispatcher* dispatcher = new FakeSocketDispatcher(this); in CreateAsyncSocket()
81 SocketDispatcher* dispatcher = new FakeSocketDispatcher(s, this); in WrapSocket()
146 return SocketDispatcher::DoAccept(socket, addr, addrlen); in DoAccept()
157 return SocketDispatcher::DoSend(socket, buf, len, flags); in DoSend()
168 return SocketDispatcher::DoSendTo(socket, buf, len, flags, dest_addr, in DoSendTo()
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/rtc_base/
H A Dphysicalsocketserver.cc598 SocketDispatcher::SocketDispatcher(PhysicalSocketServer *ss) in SocketDispatcher() function in rtc::SocketDispatcher
607 SocketDispatcher::SocketDispatcher(SOCKET s, PhysicalSocketServer *ss) in SocketDispatcher() function in rtc::SocketDispatcher
616 SocketDispatcher::~SocketDispatcher() { in ~SocketDispatcher()
620 bool SocketDispatcher::Initialize() { in Initialize()
642 bool SocketDispatcher::Create(int type) { in Create()
666 SOCKET SocketDispatcher::GetSocket() { in GetSocket()
684 int SocketDispatcher::next_id_ = 0;
688 int SocketDispatcher::GetDescriptor() { in GetDescriptor()
884 int SocketDispatcher::Close() { in Close()
1264 SocketDispatcher* dispatcher = new SocketDispatcher(this); in CreateAsyncSocket()
[all …]
H A Dphysicalsocketserver_unittest.cc39 class FakeSocketDispatcher : public SocketDispatcher {
42 : SocketDispatcher(ss) { in FakeSocketDispatcher()
46 : SocketDispatcher(s, ss) { in FakeSocketDispatcher()
63 SocketDispatcher* dispatcher = new FakeSocketDispatcher(this); in CreateAsyncSocket()
72 SocketDispatcher* dispatcher = new FakeSocketDispatcher(this); in CreateAsyncSocket()
81 SocketDispatcher* dispatcher = new FakeSocketDispatcher(s, this); in WrapSocket()
146 return SocketDispatcher::DoAccept(socket, addr, addrlen); in DoAccept()
157 return SocketDispatcher::DoSend(socket, buf, len, flags); in DoSend()
168 return SocketDispatcher::DoSendTo(socket, buf, len, flags, dest_addr, in DoSendTo()
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/base/
H A Dphysicalsocketserver.cc605 SocketDispatcher::SocketDispatcher(PhysicalSocketServer *ss) in SocketDispatcher() function in rtc::SocketDispatcher
614 SocketDispatcher::SocketDispatcher(SOCKET s, PhysicalSocketServer *ss) in SocketDispatcher() function in rtc::SocketDispatcher
623 SocketDispatcher::~SocketDispatcher() { in ~SocketDispatcher()
627 bool SocketDispatcher::Initialize() { in Initialize()
640 bool SocketDispatcher::Create(int type) { in Create()
664 SOCKET SocketDispatcher::GetSocket() { in GetSocket()
682 int SocketDispatcher::next_id_ = 0;
686 int SocketDispatcher::GetDescriptor() { in GetDescriptor()
807 int SocketDispatcher::Close() { in Close()
1174 SocketDispatcher* dispatcher = new SocketDispatcher(this); in CreateAsyncSocket()
[all …]
H A Dphysicalsocketserver_unittest.cc32 class FakeSocketDispatcher : public SocketDispatcher {
35 : SocketDispatcher(ss) { in FakeSocketDispatcher()
39 : SocketDispatcher(s, ss) { in FakeSocketDispatcher()
56 SocketDispatcher* dispatcher = new FakeSocketDispatcher(this); in CreateAsyncSocket()
65 SocketDispatcher* dispatcher = new FakeSocketDispatcher(this); in CreateAsyncSocket()
74 SocketDispatcher* dispatcher = new FakeSocketDispatcher(s, this); in WrapSocket()
124 return SocketDispatcher::DoAccept(socket, addr, addrlen); in DoAccept()
135 return SocketDispatcher::DoSend(socket, buf, len, flags); in DoSend()
146 return SocketDispatcher::DoSendTo(socket, buf, len, flags, dest_addr, in DoSendTo()
H A Dphysicalsocketserver.h192 class SocketDispatcher : public Dispatcher, public PhysicalSocket {
194 explicit SocketDispatcher(PhysicalSocketServer *ss);
195 SocketDispatcher(SOCKET s, PhysicalSocketServer *ss);
196 ~SocketDispatcher() override;
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/unix/classes/sun/nio/ch/
H A DSocketDispatcher.java36 class SocketDispatcher extends NativeDispatcher { class
37 SocketDispatcher() { } in SocketDispatcher() method in SocketDispatcher
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.base/unix/classes/sun/nio/ch/
H A DSocketDispatcher.java36 class SocketDispatcher extends NativeDispatcher { class
37 SocketDispatcher() { } in SocketDispatcher() method in SocketDispatcher
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.base/unix/classes/sun/nio/ch/
H A DSocketDispatcher.java36 class SocketDispatcher extends NativeDispatcher { class
37 SocketDispatcher() { } in SocketDispatcher() method in SocketDispatcher
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.base/unix/classes/sun/nio/ch/
H A DSocketDispatcher.java36 class SocketDispatcher extends NativeDispatcher { class
37 SocketDispatcher() { } in SocketDispatcher() method in SocketDispatcher
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.base/unix/classes/sun/nio/ch/
H A DSocketDispatcher.java36 class SocketDispatcher extends NativeDispatcher { class
37 SocketDispatcher() { } in SocketDispatcher() method in SocketDispatcher

12345