InitTcpSocket      45 tools/android/forwarder2/socket.cc   if (!InitTcpSocket(host, port) || !BindAndListen()) {
InitTcpSocket      63 tools/android/forwarder2/socket.cc   if (!InitTcpSocket(host, port) || !Connect()) {
InitTcpSocket     116 tools/android/forwarder2/socket.h   bool InitTcpSocket(const std::string& host, int port);