Searched refs:BindTcp (Results 1 – 4 of 4) sorted by relevance
29 bool BindTcp(const std::string& host, int port);
27 if (!listener_socket->BindTcp("", listener_port)) { in Create()
272 CHECK(bind_socket.BindTcp("127.0.0.1", 0)); in GetAdbPortForDevice()
43 bool Socket::BindTcp(const std::string& host, int port) { in BindTcp() function in forwarder2::Socket