OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BindAndListen
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/tools/android/forwarder2/
socket.h
121
bool
BindAndListen
();
socket.cc
36
if (!InitUnixSocket(path) || !
BindAndListen
()) {
45
if (!InitTcpSocket(host, port) || !
BindAndListen
()) {
170
bool Socket::
BindAndListen
() {
Completed in 27 milliseconds