Home
last modified time | relevance | path

Searched refs:WrapSocket (Results 1 – 7 of 7) sorted by relevance

/external/webrtc/webrtc/base/
Dproxyserver.h72 virtual AsyncProxyServerSocket* WrapSocket(AsyncSocket* socket) = 0;
92 AsyncProxyServerSocket* WrapSocket(AsyncSocket* socket) override;
Dfirewallsocketserver.h71 Socket * WrapSocket(Socket * sock, int type);
72 AsyncSocket * WrapSocket(AsyncSocket * sock, int type);
Dfirewallsocketserver.cc182 return WrapSocket(server_->CreateAsyncSocket(family, type), type); in CreateSocket()
190 return WrapSocket(server_->CreateAsyncSocket(family, type), type); in CreateAsyncSocket()
205 AsyncSocket* FirewallSocketServer::WrapSocket(AsyncSocket* sock, int type) { in WrapSocket() function in rtc::FirewallSocketServer
Dproxyserver.cc46 AsyncProxyServerSocket* wrapped_socket = WrapSocket(int_socket); in OnAcceptEvent()
150 AsyncProxyServerSocket* SocksProxyServer::WrapSocket(AsyncSocket* socket) { in WrapSocket() function in rtc::SocksProxyServer
Dphysicalsocketserver.h72 AsyncSocket* WrapSocket(SOCKET s);
Dnatserver.cc120 AsyncProxyServerSocket* WrapSocket(AsyncSocket* socket) override { in WrapSocket() function in rtc::NATProxyServer
Dphysicalsocketserver.cc386 return ss_->WrapSocket(s); in Accept()
1182 AsyncSocket* PhysicalSocketServer::WrapSocket(SOCKET s) { in WrapSocket() function in rtc::PhysicalSocketServer