OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:network_loopback_client
(Results
1 - 7
of
7
) sorted by null
/system/core/adb/
console.cpp
101
int fd =
network_loopback_client
(port, SOCK_STREAM, &error);
adb_client.cpp
153
fd =
network_loopback_client
(__adb_server_port, SOCK_STREAM, &reason);
socket_test.cpp
222
int fd =
network_loopback_client
(5038, SOCK_STREAM, &error);
transport_local.cpp
112
fd =
network_loopback_client
(adb_port, SOCK_STREAM, error);
sysdeps.h
280
int
network_loopback_client
(int port, int type, std::string* error);
647
inline int
network_loopback_client
(int port, int type, std::string* error) {
services.cpp
286
ret =
network_loopback_client
(port, SOCK_STREAM, &error);
sysdeps_win32.cpp
841
int
network_loopback_client
(int port, int type, std::string* error) {
function
[
all
...]
Completed in 45 milliseconds