HomeSort by relevance Sort by last modified time
    Searched refs:CreateInternalSocket (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/base/
natsocketfactory.h 48 virtual AsyncSocket* CreateInternalSocket(int family, int type,
66 virtual AsyncSocket* CreateInternalSocket(int family, int type,
166 virtual AsyncSocket* CreateInternalSocket(int family, int type,
natsocketfactory.cc 111 socket_ = sf_->CreateInternalSocket(family_, type_, addr, &server_addr_);
346 AsyncSocket* NATSocketFactory::CreateInternalSocket(int family, int type,
392 AsyncSocket* NATSocketServer::CreateInternalSocket(int family, int type,

Completed in 39 milliseconds