Searched refs:WrapSocket (Results 1 – 8 of 8) sorted by relevance
78 virtual AsyncProxyServerSocket* WrapSocket(AsyncSocket* socket) = 0;98 AsyncProxyServerSocket* WrapSocket(AsyncSocket* socket) override;
87 Socket* WrapSocket(Socket* sock, int type);88 AsyncSocket* WrapSocket(AsyncSocket* sock, int type);
206 return WrapSocket(server_->CreateAsyncSocket(family, type), type); in CreateSocket()210 return WrapSocket(server_->CreateAsyncSocket(family, type), type); in CreateAsyncSocket()225 AsyncSocket* FirewallSocketServer::WrapSocket(AsyncSocket* sock, int type) { in WrapSocket() function in rtc::FirewallSocketServer
48 AsyncProxyServerSocket* wrapped_socket = WrapSocket(int_socket); in OnAcceptEvent()151 AsyncProxyServerSocket* SocksProxyServer::WrapSocket(AsyncSocket* socket) { in WrapSocket() function in rtc::SocksProxyServer
74 virtual AsyncSocket* WrapSocket(SOCKET s);
122 AsyncProxyServerSocket* WrapSocket(AsyncSocket* socket) override { in WrapSocket() function in rtc::NATProxyServer
75 AsyncSocket* WrapSocket(SOCKET s) override { in WrapSocket() function in rtc::FakePhysicalSocketServer
462 return ss_->WrapSocket(s); in Accept()1091 AsyncSocket* PhysicalSocketServer::WrapSocket(SOCKET s) { in WrapSocket() function in rtc::PhysicalSocketServer