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

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

Completed in 23 milliseconds