Searched defs:remote (Results 1 - 6 of 6) sorted by relevance

/system/libhwbinder/include/hwbinder/
H A DIInterface.h44 BpInterface(const sp<IBinder>& remote);
55 inline BpInterface<INTERFACE>::BpInterface(const sp<IBinder>& remote) argument
56 : BpHwRefBase(remote)
63 return remote();
H A DBinder.h91 inline IBinder* remote() const { return mRemote; } function in class:android::hardware::BpHwRefBase
/system/netd/server/
H A DPppController.cpp52 struct in_addr remote, struct in_addr dns1,
81 char *r = strdup(inet_ntoa(remote));
51 attachPppd(const char *tty, struct in_addr local, struct in_addr remote, struct in_addr dns1, struct in_addr dns2) argument
/system/bt/udrv/ulinux/
H A Duipc.cc136 struct sockaddr_un remote; local
156 OSI_NO_INTR(fd = accept(sfd, (struct sockaddr*)&remote, &len));
/system/tools/aidl/
H A Dgenerate_java_binder.cpp266 Variable* remote = new Variable(types->IBinderType(), "remote"); local
270 ctor->parameters.push_back(remote);
271 ctor->statements->Add(new Assignment(mRemote, remote));
/system/core/adb/
H A Dadb.cpp189 static void send_ready(unsigned local, unsigned remote, atransport *t) argument
195 p->msg.arg1 = remote;
199 static void send_close(unsigned local, unsigned remote, atransport *t) argument
205 p->msg.arg1 = remote;
414 case A_OKAY: /* READY(local-id, remote-id, "") */
439 case A_CLSE: /* CLOSE(local-id, remote-id, "") or CLOSE(0, remote-id, "") */
445 * versions, CLOSE(0, remote-id, "") was also used for normal
463 case A_WRTE: /* WRITE(local-id, remote-id, <data>) */
959 // forward:(norebind:)?local;remote
[all...]

Completed in 159 milliseconds