HomeSort by relevance Sort by last modified time
    Searched refs:remote (Results 101 - 125 of 217) sorted by null

1 2 3 45 6 7 8 9

  /frameworks/av/media/libmedia/
IMediaRecorderClient.cpp 45 remote()->transact(NOTIFY, data, &reply, IBinder::FLAG_ONEWAY);
  /frameworks/av/services/audioflinger/
ISchedulingPolicyService.cpp 48 status_t status = remote()->transact(REQUEST_PRIORITY_TRANSACTION, data, &reply, flags);
  /frameworks/native/libs/binder/
IAppOpsCallback.cpp 45 remote()->transact(OP_CHANGED_TRANSACTION, data, &reply);
IPermissionController.cpp 47 remote()->transact(CHECK_PERMISSION_TRANSACTION, data, &reply);
  /hardware/qcom/display/libqservice/
IQClient.cpp 49 remote()->transact(NOTIFY_CALLBACK, data, &reply);
  /ndk/sources/host-tools/make-3.81/
job.h 58 unsigned int remote:1; /* Nonzero if executing remotely. */ member in struct:child
job.c 476 int remote = 0;
520 any_remote |= c->remote;
521 any_local |= ! c->remote;
524 (long) c->pid, c->remote ? _(" (remote)") : ""));
530 /* First, check for remote children. */
537 /* We got a remote child. */
538 remote = 1;
541 /* A remote status command failed miserably. Punt. */
547 /* No remote children. Check for local children. *
472 int remote = 0; local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
if_pppox.h 39 unsigned char remote[ETH_ALEN]; /* Remote address */ member in struct:pppoe_addr
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
if_pppox.h 39 unsigned char remote[ETH_ALEN]; /* Remote address */ member in struct:pppoe_addr
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
if_pppox.h 39 unsigned char remote[ETH_ALEN]; /* Remote address */ member in struct:pppoe_addr
  /external/libppp/src/
filter.c 562 struct ncpaddr *remote, struct in_addr *dns)
581 if (remote) {
582 if (fp->f_srctype == T_HISADDR && ncpaddr_family(remote) == AF_INET)
583 ncprange_sethost(&fp->f_src, remote);
584 if (fp->f_dsttype == T_HISADDR && ncpaddr_family(remote) == AF_INET)
585 ncprange_sethost(&fp->f_dst, remote);
587 if (fp->f_srctype == T_HISADDR6 && ncpaddr_family(remote) == AF_INET6)
588 ncprange_sethost(&fp->f_src, remote);
589 if (fp->f_dsttype == T_HISADDR6 && ncpaddr_family(remote) == AF_INET6)
590 ncprange_sethost(&fp->f_dst, remote);
    [all...]
  /packages/experimental/LoaderApp/src/com/android/loaderapp/model/
EntityDelta.java 100 public static EntityDelta mergeAfter(EntityDelta local, EntityDelta remote) {
102 final ValuesDelta remoteValues = remote.mValues;
111 final Long remoteVersion = remote.mValues.getAsLong(RawContacts.VERSION);
117 local.mValues = ValuesDelta.mergeAfter(local.mValues, remote.mValues);
119 // Find matching local entry for each remote values, or create
120 for (ArrayList<ValuesDelta> mimeEntries : remote.mEntries.values()) {
717 public static ValuesDelta mergeAfter(ValuesDelta local, ValuesDelta remote) {
719 if (local == null && (remote.isDelete() || remote.isTransient())) return null;
726 local.mAfter = remote.getCompleteValues()
    [all...]
  /external/iproute2/doc/
ip-tunnels.tex 34 ip tunnel add MY-TUNNEL mode ipip remote 193.233.7.65
117 \item {\bf In 2.0} you set remote tunnel endpoint address with
125 should be set with \verb|ip tunnel add ... remote A|.
158 ip tunnel add <NAME> mode <MODE> [ local <S> ] [ remote <D> ]
173 \verb|remote <D>| sets remote endpoint of the tunnel to IP
183 Both \verb|remote| and \verb|local| may be omitted. In this case we
185 have the same \verb|remote| and \verb|local|. Particularly it means
190 have some not wildcard \verb|remote| address and deliver all the packets
192 which have no \verb|remote|. Particularly, base devices (f.e.\ \verb|tunl0|
    [all...]
  /external/ipsec-tools/src/racoon/
isakmp_quick.c 335 plog(LLV_ERROR, LOCATION, iph2->ph1->remote,
357 plog(LLV_ERROR, LOCATION, iph2->ph1->remote,
373 plog(LLV_WARNING, LOCATION, iph2->ph1->remote,
464 plog(LLV_ERROR, LOCATION, iph2->ph1->remote,
479 plog(LLV_ERROR, LOCATION, iph2->ph1->remote,
511 plog(LLV_DEBUG, LOCATION, iph2->ph1->remote,
612 isakmp_printpacket(buf, iph2->ph1->local, iph2->ph1->remote, 1);
633 if (add_recvdpkt(iph2->ph1->remote, iph2->ph1->local,
712 plog(LLV_ERROR, LOCATION, iph2->ph1->remote,
750 plog(LLV_ERROR, LOCATION, iph2->ph1->remote,
    [all...]
rsalist.c 141 remote_score = naddr_score(key->dst, req->iph1->remote);
169 saddr2str_fromto("%s <-> %s", iph1->local, iph1->remote));
isakmp_xauth.c 287 iph1->remote, usr, pwd);
311 * On failure, throttle the connexion for the remote host
314 throttle_delay = throttle_host(iph1->remote, res) - time(NULL);
318 str = saddrwop2str(iph1->remote);
644 char *remote = NULL; local
668 if ((remote = strdup(saddrwop2str(raddr))) == NULL) {
674 if ((error = pam_set_item(pam, PAM_RHOST, remote)) != 0) {
707 if (remote != NULL)
708 free(remote);
715 if (remote != NULL
    [all...]
localconf.c 161 getpskbyaddr(remote)
162 struct sockaddr *remote;
167 GETNAMEINFO(remote, addr, port);
  /external/ipsec-tools/
setup.c 210 * spdadd src any protocol -P out ipsec esp/tunnel/local-remote/require;
211 * spdadd any src protocol -P in ipsec esp/tunnel/remote-local/require; */
213 int protocol, struct sockaddr *local, struct sockaddr *remote)
249 memcpy(&policy.addresses[size], remote, size);
281 memcpy(policy.addresses, remote, size);
426 /* Create remote configuration. */
440 remoteconf->remote = dupsaddr(targets[0]);
506 /* Install remote configuration. */
511 isakmp_ph1begin_i(remoteconf, remoteconf->remote, source);
604 struct sockaddr *remote = str2saddr(get_env(envp, "REMOTE_ADDR") local
    [all...]
  /external/iproute2/misc/
ss.c 426 inet_prefix remote; member in struct:tcpstat
724 return unix_match(&s->remote, &a->addr);
729 if (!inet2_addr_match(&s->remote, &a->addr, a->addr.bitlen))
1189 s.local.family = s.remote.family = family;
1192 sscanf(rem, "%x:%x", s.remote.data, (unsigned*)&s.rport);
1193 s.local.bytelen = s.remote.bytelen = 4;
1202 s.remote.data,
1203 s.remote.data+1,
1204 s.remote.data+2,
1205 s.remote.data+3
    [all...]
  /external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/
page-reload-cancel-permission-requests.js 27 // Make request on remote frame's Geolocation object.
  /frameworks/base/core/java/android/os/
ServiceManagerNative.java 110 public ServiceManagerProxy(IBinder remote) {
111 mRemote = remote;
  /bionic/libc/kernel/common/linux/
if_pppox.h 36 unsigned char remote[ETH_ALEN]; member in struct:pppoe_addr
  /bootable/recovery/minadbd/
adb.c 194 static void send_ready(unsigned local, unsigned remote, atransport *t)
200 p->msg.arg1 = remote;
204 static void send_close(unsigned local, unsigned remote, atransport *t)
210 p->msg.arg1 = remote;
332 case A_OKAY: /* READY(local-id, remote-id, "") */
344 case A_CLSE: /* CLOSE(local-id, remote-id, "") */
  /frameworks/native/libs/gui/
IGraphicBufferAlloc.cpp 53 remote()->transact(CREATE_GRAPHIC_BUFFER, data, &reply);
79 * no local or remote process have a reference to it).
  /external/openssh/
sftp-common.c 190 ls_file(const char *name, const struct stat *st, int remote, int si_units)
199 if (!remote) {
205 if (!remote) {

Completed in 578 milliseconds

1 2 3 45 6 7 8 9