Searched refs:WrapSocket (Results 1 – 6 of 6) sorted by relevance
68 virtual AsyncProxyServerSocket* WrapSocket(AsyncSocket* socket) = 0;88 AsyncProxyServerSocket* WrapSocket(AsyncSocket* socket) { in WrapSocket() function
77 Socket * WrapSocket(Socket * sock, int type);78 AsyncSocket * WrapSocket(AsyncSocket * sock, int type);
182 return WrapSocket(server_->CreateAsyncSocket(family, type), type); in CreateSocket()190 return WrapSocket(server_->CreateAsyncSocket(family, type), type); in CreateAsyncSocket()193 AsyncSocket* FirewallSocketServer::WrapSocket(AsyncSocket* sock, int type) { in WrapSocket() function in rtc::FirewallSocketServer
71 AsyncSocket* WrapSocket(SOCKET s);
42 AsyncProxyServerSocket* wrapped_socket = WrapSocket(int_socket); in OnAcceptEvent()
379 return ss_->WrapSocket(s); in Accept()1240 AsyncSocket* PhysicalSocketServer::WrapSocket(SOCKET s) { in WrapSocket() function in rtc::PhysicalSocketServer