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

12

/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>
H A Dsysdeps.h18 * they're related to threads, sockets and file descriptors
169 /* normally provided by <cutils/sockets.h> */
263 #include <cutils/sockets.h>
/system/core/debuggerd/
H A Dcrasher.c18 #include <cutils/sockets.h>
H A Ddebuggerd.c34 #include <cutils/sockets.h>
/system/core/init/
H A Dinit.c45 #include <cutils/sockets.h>
274 for (si = svc->sockets; si; si = si->next) {
H A Dinit.h102 struct socketinfo *sockets; member in struct:service
H A Dinit_parser.c790 si->next = svc->sockets;
791 svc->sockets = si;
H A Dparser.c30 for (si = svc->sockets; si; si = si->next) {
H A Dproperty_service.c29 #include <cutils/sockets.h>
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 Dutil.c36 #include <cutils/sockets.h>
/system/core/libcutils/
H A DAndroid.mk38 sockets.c \
H A Ddebugger.c21 #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>
H A Dsocket_inaddr_any_server.c18 #include <cutils/sockets.h>
H A Dsocket_local_client.c17 #include <cutils/sockets.h>
H A Dsocket_local_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 Dsockets.c18 #include <cutils/sockets.h>
H A Dzygote.c19 #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 81 milliseconds

12