OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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