Searched refs:WrapSocket (Results 1 – 4 of 4) sorted by relevance
90 Socket * WrapSocket(Socket * sock, int type);91 AsyncSocket * WrapSocket(AsyncSocket * sock, int type);
194 return WrapSocket(server_->CreateAsyncSocket(type), type); in CreateSocket()198 return WrapSocket(server_->CreateAsyncSocket(type), type); in CreateAsyncSocket()201 AsyncSocket* FirewallSocketServer::WrapSocket(AsyncSocket* sock, int type) { in WrapSocket() function in talk_base::FirewallSocketServer
85 AsyncSocket* WrapSocket(SOCKET s);
380 return ss_->WrapSocket(s); in Accept()1192 AsyncSocket* PhysicalSocketServer::WrapSocket(SOCKET s) { in WrapSocket() function in talk_base::PhysicalSocketServer