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

/external/chromium_org/tools/android/forwarder2/
H A Dsocket.cc45 if (!InitTcpSocket(host, port) || !BindAndListen()) {
63 if (!InitTcpSocket(host, port) || !Connect()) {
149 bool Socket::InitTcpSocket(const std::string& host, int port) { function in class:forwarder2::Socket

Completed in 321 milliseconds