Home
last modified time | relevance | path

Searched refs:PhysicalSocket (Results 1 – 19 of 19) sorted by relevance

/dports/net-im/tg_owt/tg_owt-d578c76/src/rtc_base/
H A Dphysical_socket_server.cc123 PhysicalSocket::PhysicalSocket(PhysicalSocketServer* ss, SOCKET s) in PhysicalSocket() function in rtc::PhysicalSocket
141 PhysicalSocket::~PhysicalSocket() { in ~PhysicalSocket()
276 int PhysicalSocket::GetError() const { in GetError()
479 int PhysicalSocket::Close() { in Close()
612 : PhysicalSocket(ss), in SocketDispatcher()
616 : PhysicalSocket(ss) in SocketDispatcher()
623 : PhysicalSocket(ss, s), in SocketDispatcher()
627 : PhysicalSocket(ss, s) in SocketDispatcher()
889 PhysicalSocket::EnableEvents(events); in EnableEvents()
918 return PhysicalSocket::Close(); in Close()
[all …]
H A Dphysical_socket_server.h133 class PhysicalSocket : public AsyncSocket, public sigslot::has_slots<> {
135 PhysicalSocket(PhysicalSocketServer* ss, SOCKET s = INVALID_SOCKET);
136 ~PhysicalSocket() override;
219 class SocketDispatcher : public Dispatcher, public PhysicalSocket {
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/rtc_base/
H A Dphysical_socket_server.cc130 PhysicalSocket::PhysicalSocket(PhysicalSocketServer* ss, SOCKET s) in PhysicalSocket() function in rtc::PhysicalSocket
148 PhysicalSocket::~PhysicalSocket() { in ~PhysicalSocket()
283 int PhysicalSocket::GetError() const { in GetError()
479 int PhysicalSocket::Close() { in Close()
612 : PhysicalSocket(ss), in SocketDispatcher()
616 : PhysicalSocket(ss) in SocketDispatcher()
623 : PhysicalSocket(ss, s), in SocketDispatcher()
627 : PhysicalSocket(ss, s) in SocketDispatcher()
890 PhysicalSocket::EnableEvents(events); in EnableEvents()
919 return PhysicalSocket::Close(); in Close()
[all …]
H A Dphysical_socket_server.h132 class PhysicalSocket : public AsyncSocket, public sigslot::has_slots<> {
134 PhysicalSocket(PhysicalSocketServer* ss, SOCKET s = INVALID_SOCKET);
135 ~PhysicalSocket() override;
218 class SocketDispatcher : public Dispatcher, public PhysicalSocket {
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/rtc_base/
H A Dphysical_socket_server.cc133 PhysicalSocket::PhysicalSocket(PhysicalSocketServer* ss, SOCKET s) in PhysicalSocket() function in rtc::PhysicalSocket
151 PhysicalSocket::~PhysicalSocket() { in ~PhysicalSocket()
286 int PhysicalSocket::GetError() const { in GetError()
482 int PhysicalSocket::Close() { in Close()
615 : PhysicalSocket(ss), in SocketDispatcher()
619 : PhysicalSocket(ss) in SocketDispatcher()
626 : PhysicalSocket(ss, s), in SocketDispatcher()
630 : PhysicalSocket(ss, s) in SocketDispatcher()
893 PhysicalSocket::EnableEvents(events); in EnableEvents()
922 return PhysicalSocket::Close(); in Close()
[all …]
H A Dphysical_socket_server.h132 class PhysicalSocket : public AsyncSocket, public sigslot::has_slots<> {
134 PhysicalSocket(PhysicalSocketServer* ss, SOCKET s = INVALID_SOCKET);
135 ~PhysicalSocket() override;
218 class SocketDispatcher : public Dispatcher, public PhysicalSocket {
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/rtc_base/
H A Dphysical_socket_server.cc117 PhysicalSocket::PhysicalSocket(PhysicalSocketServer* ss, SOCKET s) in PhysicalSocket() function in rtc::PhysicalSocket
135 PhysicalSocket::~PhysicalSocket() { in ~PhysicalSocket()
270 int PhysicalSocket::GetError() const { in GetError()
466 int PhysicalSocket::Close() { in Close()
599 : PhysicalSocket(ss), in SocketDispatcher()
603 : PhysicalSocket(ss) in SocketDispatcher()
610 : PhysicalSocket(ss, s), in SocketDispatcher()
614 : PhysicalSocket(ss, s) in SocketDispatcher()
877 PhysicalSocket::EnableEvents(events); in EnableEvents()
898 return PhysicalSocket::Close(); in Close()
[all …]
H A Dphysical_socket_server.h135 class PhysicalSocket : public AsyncSocket, public sigslot::has_slots<> {
137 PhysicalSocket(PhysicalSocketServer* ss, SOCKET s = INVALID_SOCKET);
138 ~PhysicalSocket() override;
221 class SocketDispatcher : public Dispatcher, public PhysicalSocket {
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/rtc_base/
H A Dphysicalsocketserver.cc140 PhysicalSocket::PhysicalSocket(PhysicalSocketServer* ss, SOCKET s) in PhysicalSocket() function in rtc::PhysicalSocket
164 PhysicalSocket::~PhysicalSocket() { in ~PhysicalSocket()
301 int PhysicalSocket::GetError() const { in GetError()
478 int PhysicalSocket::Close() { in Close()
530 void PhysicalSocket::UpdateLastError() { in UpdateLastError()
602 : PhysicalSocket(ss) in SocketDispatcher()
611 : PhysicalSocket(ss, s) in SocketDispatcher()
872 PhysicalSocket::EnableEvents(events); in EnableEvents()
878 PhysicalSocket::DisableEvents(events); in DisableEvents()
893 return PhysicalSocket::Close(); in Close()
[all …]
H A Dphysicalsocketserver.h137 class PhysicalSocket : public AsyncSocket, public sigslot::has_slots<> {
139 PhysicalSocket(PhysicalSocketServer* ss, SOCKET s = INVALID_SOCKET);
140 ~PhysicalSocket() override;
218 class SocketDispatcher : public Dispatcher, public PhysicalSocket {
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/rtc_base/
H A Dphysicalsocketserver.cc140 PhysicalSocket::PhysicalSocket(PhysicalSocketServer* ss, SOCKET s) in PhysicalSocket() function in rtc::PhysicalSocket
164 PhysicalSocket::~PhysicalSocket() { in ~PhysicalSocket()
301 int PhysicalSocket::GetError() const { in GetError()
478 int PhysicalSocket::Close() { in Close()
530 void PhysicalSocket::UpdateLastError() { in UpdateLastError()
602 : PhysicalSocket(ss) in SocketDispatcher()
611 : PhysicalSocket(ss, s) in SocketDispatcher()
872 PhysicalSocket::EnableEvents(events); in EnableEvents()
878 PhysicalSocket::DisableEvents(events); in DisableEvents()
893 return PhysicalSocket::Close(); in Close()
[all …]
H A Dphysicalsocketserver.h137 class PhysicalSocket : public AsyncSocket, public sigslot::has_slots<> {
139 PhysicalSocket(PhysicalSocketServer* ss, SOCKET s = INVALID_SOCKET);
140 ~PhysicalSocket() override;
218 class SocketDispatcher : public Dispatcher, public PhysicalSocket {
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/rtc_base/
H A Dphysicalsocketserver.cc140 PhysicalSocket::PhysicalSocket(PhysicalSocketServer* ss, SOCKET s) in PhysicalSocket() function in rtc::PhysicalSocket
164 PhysicalSocket::~PhysicalSocket() { in ~PhysicalSocket()
301 int PhysicalSocket::GetError() const { in GetError()
478 int PhysicalSocket::Close() { in Close()
530 void PhysicalSocket::UpdateLastError() { in UpdateLastError()
602 : PhysicalSocket(ss) in SocketDispatcher()
611 : PhysicalSocket(ss, s) in SocketDispatcher()
872 PhysicalSocket::EnableEvents(events); in EnableEvents()
878 PhysicalSocket::DisableEvents(events); in DisableEvents()
893 return PhysicalSocket::Close(); in Close()
[all …]
H A Dphysicalsocketserver.h137 class PhysicalSocket : public AsyncSocket, public sigslot::has_slots<> {
139 PhysicalSocket(PhysicalSocketServer* ss, SOCKET s = INVALID_SOCKET);
140 ~PhysicalSocket() override;
218 class SocketDispatcher : public Dispatcher, public PhysicalSocket {
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/base/
H A Dphysicalsocketserver.cc125 PhysicalSocket::PhysicalSocket(PhysicalSocketServer* ss, SOCKET s) in PhysicalSocket() function in rtc::PhysicalSocket
147 PhysicalSocket::~PhysicalSocket() { in ~PhysicalSocket()
256 int PhysicalSocket::GetError() const { in GetError()
261 void PhysicalSocket::SetError(int error) { in SetError()
403 int PhysicalSocket::Listen(int backlog) { in Listen()
433 int PhysicalSocket::Close() { in Close()
549 void PhysicalSocket::UpdateLastError() { in UpdateLastError()
609 : PhysicalSocket(ss) in SocketDispatcher()
618 : PhysicalSocket(ss, s) in SocketDispatcher()
816 return PhysicalSocket::Close(); in Close()
[all …]
H A Dphysicalsocketserver.h116 class PhysicalSocket : public AsyncSocket, public sigslot::has_slots<> {
118 PhysicalSocket(PhysicalSocketServer* ss, SOCKET s = INVALID_SOCKET);
119 ~PhysicalSocket() override;
192 class SocketDispatcher : public Dispatcher, public PhysicalSocket {
/dports/net-im/kopete/kopete-21.12.3/protocols/jabber/libjingle/talk/base/
H A Dphysicalsocketserver.cc109 PhysicalSocket(PhysicalSocketServer* ss, SOCKET s = INVALID_SOCKET) in PhysicalSocket() function in talk_base::PhysicalSocket
131 virtual ~PhysicalSocket() { in ~PhysicalSocket()
776 class SocketDispatcher : public Dispatcher, public PhysicalSocket {
799 if (!PhysicalSocket::Create(family, type)) in Create()
884 return PhysicalSocket::Close(); in Close()
1018 class SocketDispatcher : public Dispatcher, public PhysicalSocket {
1026 : PhysicalSocket(ss), in SocketDispatcher()
1032 : PhysicalSocket(ss, s), in SocketDispatcher()
1056 if (!PhysicalSocket::Create(family, type)) in Create()
1073 return PhysicalSocket::Close(); in Close()
[all …]
/dports/multimedia/mswebrtc/mswebrtc-1.1.1/webrtc/webrtc/base/
H A Dphysicalsocketserver.cc99 class PhysicalSocket : public AsyncSocket, public sigslot::has_slots<> { class
101 PhysicalSocket(PhysicalSocketServer* ss, SOCKET s = INVALID_SOCKET) in PhysicalSocket() function in rtc::PhysicalSocket
123 ~PhysicalSocket() override { in ~PhysicalSocket()
793 class SocketDispatcher : public Dispatcher, public PhysicalSocket {
816 if (!PhysicalSocket::Create(family, type)) in Create()
899 return PhysicalSocket::Close(); in Close()
1025 : PhysicalSocket(ss), in SocketDispatcher()
1031 : PhysicalSocket(ss, s), in SocketDispatcher()
1055 if (!PhysicalSocket::Create(family, type)) in Create()
1072 return PhysicalSocket::Close(); in Close()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/base/
H A Dphysicalsocketserver.cc99 class PhysicalSocket : public AsyncSocket, public sigslot::has_slots<> { class
101 PhysicalSocket(PhysicalSocketServer* ss, SOCKET s = INVALID_SOCKET) in PhysicalSocket() function in rtc::PhysicalSocket
123 ~PhysicalSocket() override { in ~PhysicalSocket()
793 class SocketDispatcher : public Dispatcher, public PhysicalSocket {
816 if (!PhysicalSocket::Create(family, type)) in Create()
899 return PhysicalSocket::Close(); in Close()
1030 : PhysicalSocket(ss), in SocketDispatcher()
1036 : PhysicalSocket(ss, s), in SocketDispatcher()
1060 if (!PhysicalSocket::Create(family, type)) in Create()
1077 return PhysicalSocket::Close(); in Close()
[all …]