Searched refs:reply (Results 1 - 7 of 7) sorted by relevance

/system/security/keystore/
H A DIKeystoreService.cpp58 Parcel data, reply; local
60 status_t status = remote()->transact(BnKeystoreService::TEST, data, &reply);
65 int32_t err = reply.readExceptionCode();
66 int32_t ret = reply.readInt32();
76 Parcel data, reply; local
79 status_t status = remote()->transact(BnKeystoreService::GET, data, &reply);
84 int32_t err = reply.readExceptionCode();
85 ssize_t len = reply.readInt32();
86 if (len >= 0 && (size_t) len <= reply.dataAvail()) {
88 const void* buf = reply
110 Parcel data, reply; local
134 Parcel data, reply; local
154 Parcel data, reply; local
174 Parcel data, reply; local
198 Parcel data, reply; local
216 Parcel data, reply; local
235 Parcel data, reply; local
253 Parcel data, reply; local
272 Parcel data, reply; local
291 Parcel data, reply; local
323 Parcel data, reply; local
348 Parcel data, reply; local
385 Parcel data, reply; local
412 Parcel data, reply; local
445 Parcel data, reply; local
465 Parcel data, reply; local
485 Parcel data, reply; local
505 Parcel data, reply; local
525 Parcel data, reply; local
547 Parcel data, reply; local
566 Parcel data, reply; local
584 Parcel data, reply; local
604 Parcel data, reply; local
624 Parcel data, reply; local
647 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
[all...]
/system/security/keystore-engine/
H A Drsa_meth.cpp91 uint8_t* reply = NULL; local
94 num, &reply, &replyLen);
97 free(reply);
101 free(reply);
108 memcpy(to, reply, replyLen);
109 free(reply);
137 uint8_t* reply = NULL; local
140 flen, &reply, &replyLen);
154 if (*reply == 0x00) {
155 alignedReply = reply
[all...]
H A Ddsa_meth.cpp70 uint8_t* reply = NULL; local
73 dlen, &reply, &replyLen);
89 const_cast<const unsigned char**>(reinterpret_cast<unsigned char**>(&reply)),
H A Decdsa_meth.cpp76 uint8_t* reply = NULL; local
79 dlen, &reply, &replyLen);
95 const_cast<const unsigned char**>(reinterpret_cast<unsigned char**>(&reply)),
/system/core/libnetutils/
H A Ddhcpclient.c353 static int is_valid_reply(dhcp_msg *msg, dhcp_msg *reply, int sz) argument
359 if (reply->op != OP_BOOTREPLY) {
360 if (verbose) ALOGD("netcfg: Wrong Op %d != %d\n", reply->op, OP_BOOTREPLY);
363 if (reply->xid != msg->xid) {
364 if (verbose) ALOGD("netcfg: Wrong Xid 0x%x != 0x%x\n", ntohl(reply->xid),
368 if (reply->htype != msg->htype) {
369 if (verbose) ALOGD("netcfg: Wrong Htype %d != %d\n", reply->htype, msg->htype);
372 if (reply->hlen != msg->hlen) {
373 if (verbose) ALOGD("netcfg: Wrong Hlen %d != %d\n", reply->hlen, msg->hlen);
376 if (memcmp(msg->chaddr, reply
393 dhcp_msg reply; local
[all...]
/system/extras/tests/binder/benchmarks/
H A DbinderAddInts.cpp84 const Parcel& data, Parcel* reply,
260 Parcel send, reply; local
276 send, &reply)) != 0) {
290 int result = reply.readInt32();
313 Parcel* reply, uint32_t flags) {
334 reply->writeInt32(val1 + val2);
312 onTransact(uint32_t code, const Parcel &data, Parcel* reply, uint32_t flags) argument
/system/security/keystore/include/keystore/
H A DIKeystoreService.h138 virtual status_t onTransact(uint32_t code, const Parcel& data, Parcel* reply,

Completed in 86 milliseconds