Searched refs:remote (Results 1 - 9 of 9) sorted by relevance

/system/core/fingerprintd/
H A DIFingerprintDaemonCallback.cpp40 return remote()->transact(ON_ENROLL_RESULT, data, &reply, IBinder::FLAG_ONEWAY);
48 return remote()->transact(ON_ACQUIRED, data, &reply, IBinder::FLAG_ONEWAY);
57 return remote()->transact(ON_AUTHENTICATED, data, &reply, IBinder::FLAG_ONEWAY);
65 return remote()->transact(ON_ERROR, data, &reply, IBinder::FLAG_ONEWAY);
74 return remote()->transact(ON_REMOVED, data, &reply, IBinder::FLAG_ONEWAY);
84 return remote()->transact(ON_ENUMERATE, data, &reply, IBinder::FLAG_ONEWAY);
/system/netd/server/
H A DPppController.h35 struct in_addr remote, struct in_addr dns1,
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/core/adb/tests/
H A Dtest_adb.py169 def push(self, local, remote):
170 return call_checked(self.adb_cmd + "push {} {}".format(local, remote))
172 def pull(self, remote, local):
173 return call_checked(self.adb_cmd + "pull {} {}".format(remote, local))
178 def forward(self, local, remote):
180 remote))
206 def reverse(self, remote, local):
207 return call_checked(self.adb_cmd + "reverse {} {}".format(remote,
213 def reverse_remove(self, remote):
215 self.adb_cmd + "reverse --remove {}".format(remote))
[all...]
/system/core/gatekeeperd/
H A DIUserManager.cpp37 status_t rc = remote()->transact(GET_CREDENTIAL_OWNER_PROFILE, data, &reply, 0);
/system/security/keystore/
H A DIKeystoreService.cpp407 status_t status = remote()->transact(BnKeystoreService::GET_STATE, data, &reply);
409 ALOGD("getState() could not contact remote: %d\n", status);
426 status_t status = remote()->transact(BnKeystoreService::GET, data, &reply);
428 ALOGD("get() could not contact remote: %d\n", status);
465 status_t status = remote()->transact(BnKeystoreService::INSERT, data, &reply);
467 ALOGD("import() could not contact remote: %d\n", status);
485 status_t status = remote()->transact(BnKeystoreService::DEL, data, &reply);
487 ALOGD("del() could not contact remote: %d\n", status);
505 status_t status = remote()->transact(BnKeystoreService::EXIST, data, &reply);
507 ALOGD("exist() could not contact remote
[all...]
/system/core/adb/
H A Dadb.cpp271 static void send_ready(unsigned local, unsigned remote, atransport *t) argument
277 p->msg.arg1 = remote;
281 static void send_close(unsigned local, unsigned remote, atransport *t) argument
287 p->msg.arg1 = remote;
472 case A_OKAY: /* READY(local-id, remote-id, "") */
491 case A_CLSE: /* CLOSE(local-id, remote-id, "") or CLOSE(0, remote-id, "") */
496 * versions, CLOSE(0, remote-id, "") was also used for normal
514 case A_WRTE: /* WRITE(local-id, remote-id, <data>) */
723 char *local, *remote; local
[all...]
/system/bt/udrv/ulinux/
H A Duipc.c176 struct sockaddr_un remote; local
195 if ((fd = accept(sfd, (struct sockaddr *)&remote, &len)) == -1)
/system/bt/audio_a2dp_hw/
H A Daudio_a2dp_hw.c202 struct sockaddr_un remote; local
573 failures during transition periods or remote suspend */
947 failures during transition periods or remote suspend */

Completed in 238 milliseconds