Searched refs:sockets (Results 1 - 25 of 33) sorted by relevance

12

/system/core/libcutils/
H A Dsockets.c18 #include <cutils/sockets.h>
H A Dsocket_inaddr_any_server.c18 #include <cutils/sockets.h>
H A Dsocket_loopback_client.c18 #include <cutils/sockets.h>
H A Dsocket_loopback_server.c18 #include <cutils/sockets.h>
H A Dsocket_network_client.c18 #include <cutils/sockets.h>
H A Ddebugger.c21 #include <cutils/sockets.h>
H A Dsocket_local_server.c18 #include <cutils/sockets.h>
H A Dsocket_local_client.c17 #include <cutils/sockets.h>
H A DAndroid.mk38 sockets.c \
H A Dzygote.c19 #include <cutils/sockets.h>
H A Dmq.c811 int sockets[2]; local
812 int result = socketpair(AF_LOCAL, SOCK_STREAM, 0, sockets);
835 packetA->socket = sockets[0];
836 packetB->socket = sockets[1];
H A Dproperties.c22 #include <cutils/sockets.h>
/system/core/adb/
H A DAndroid.mk12 # Default to a virtual (sockets) usb interface
61 sockets.c \
110 sockets.c \
153 sockets.c \
H A Dadb_auth_client.c21 #include <cutils/sockets.h>
/system/core/init/
H A Dsignal_handler.c25 #include <cutils/sockets.h>
71 /* remove any sockets we may have created */
72 for (si = svc->sockets; si; si = si->next) {
H A Dinit.h102 struct socketinfo *sockets; member in struct:service
H A Dparser.c30 for (si = svc->sockets; si; si = si->next) {
/system/core/debuggerd/
H A Dcrasher.c18 #include <cutils/sockets.h>
/system/core/toolbox/
H A Dlog.c38 #include <cutils/sockets.h>
/system/security/keystore/
H A Dkeystore_cli.cpp23 #include <cutils/sockets.h>
H A Dkeystore_get.h26 #include <cutils/sockets.h>
H A Dkeystore_client.cpp20 #include <cutils/sockets.h>
/system/vold/
H A Dvdc.c32 #include <cutils/sockets.h>
/system/netd/
H A Dndc.c31 #include <cutils/sockets.h>
/system/core/libsysutils/src/
H A DSocketListener.cpp27 #include <cutils/sockets.h>
225 /* Process it, if false is returned and our sockets are

Completed in 2505 milliseconds

12