Home
last modified time | relevance | path

Searched refs:InitTcpSocket (Results 1 – 2 of 2) sorted by relevance

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