Searched refs:local (Results 1 - 10 of 10) sorted by relevance

/system/netd/server/
H A DPppController.h34 int attachPppd(const char *tty, struct in_addr local,
H A DPppController.cpp51 int PppController::attachPppd(const char *tty, struct in_addr local, argument
80 char *l = strdup(inet_ntoa(local));
/system/core/include/log/
H A Dlog_read.h100 log_time local(*this);
101 return local -= T;
134 log_time local(*this);
135 return local -= T;
/system/extras/tests/fstest/
H A DAndroid.mk27 LOCAL_MODULE_PATH := $(TARGET_OUT_DATA)/local
41 LOCAL_MODULE_PATH := $(TARGET_OUT_DATA)/local
/system/core/init/
H A DAndroid.mk69 # local module name
/system/core/adb/
H A Dadb.c271 static void send_ready(unsigned local, unsigned remote, atransport *t) argument
276 p->msg.arg0 = local;
281 static void send_close(unsigned local, unsigned remote, atransport *t) argument
286 p->msg.arg0 = local;
587 case A_OPEN: /* OPEN(local-id, 0, "destination") */
603 case A_OKAY: /* READY(local-id, remote-id, "") */
612 /* Other READY messages must use the same local-id */
622 case A_CLSE: /* CLOSE(local-id, remote-id, "") or CLOSE(0, remote-id, "") */
632 * other devices. To avoid this, only allow this if the local
645 case A_WRTE: /* WRITE(local
1477 char *local, *remote, *err; local
[all...]
H A Dadb.h71 /* An asocket represents one half of a connection between a local and
72 ** remote entity. A local asocket is bound to a file descriptor. A
76 /* chain pointers for the local/remote list of
92 ** local service socket
101 /* For local asockets, the fde is used to bind
158 ** there is one transport per connected device/emulator. a "local transport"
204 int adb_port; // Use for emulators (local transport)
217 /* A listener is an entity which binds to a local port
219 ** an asocket to connect the new local connection to a
292 int init_socket_transport(atransport *t, int s, int port, int local);
[all...]
H A Dtransport_local.c48 * local transport it is connected. The list is used to detect when we're
49 * trying to connect twice to a given local transport.
61 D("remote local: read terminated (message)\n");
77 D("remote local: terminated (data)\n");
100 D("remote local: write terminated\n");
327 D("transport: local %s init\n", HOST ? "client" : "server");
330 fatal_errno("cannot create local socket %s thread",
405 int init_socket_transport(atransport *t, int s, int adb_port, int local) argument
420 if (HOST && local) {
428 D("local transpor
[all...]
H A Dtransport.c1000 int register_socket_transport(int s, const char *serial, int port, int local) argument
1011 if (init_socket_transport(t, s, port, local) < 0) {
/system/core/toolbox/
H A DAndroid.mk262 # local module name

Completed in 215 milliseconds