Searched defs:WrapSocket (Results 1 - 2 of 2) sorted by path

/external/chromium_org/third_party/webrtc/base/
H A Dfirewallsocketserver.cc182 return WrapSocket(server_->CreateAsyncSocket(family, type), type);
190 return WrapSocket(server_->CreateAsyncSocket(family, type), type);
193 AsyncSocket* FirewallSocketServer::WrapSocket(AsyncSocket* sock, int type) { function in class:rtc::FirewallSocketServer
H A Dproxyserver.h28 // class; children of ProxyServer implement WrapSocket appropriately to return
68 virtual AsyncProxyServerSocket* WrapSocket(AsyncSocket* socket) = 0;
88 AsyncProxyServerSocket* WrapSocket(AsyncSocket* socket) { function in class:rtc::SocksProxyServer

Completed in 560 milliseconds