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

123

/system/bt/service/common/bluetooth/binder/
H A DIBluetooth.cpp66 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) {
71 CHECK_INTERFACE(IBluetooth, data, reply);
73 reply->writeInt32(is_enabled);
77 CHECK_INTERFACE(IBluetooth, data, reply);
79 reply->writeInt32(state);
83 CHECK_INTERFACE(IBluetooth, data, reply);
86 reply->writeInt32(result);
90 CHECK_INTERFACE(IBluetooth, data, reply);
92 reply->writeInt32(result);
96 CHECK_INTERFACE(IBluetooth, data, reply);
65 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
169 Parcel data, reply; local
178 Parcel data, reply; local
187 Parcel data, reply; local
197 Parcel data, reply; local
207 Parcel data, reply; local
216 Parcel data, reply; local
231 Parcel data, reply; local
241 Parcel data, reply; local
250 Parcel data, reply; local
259 Parcel data, reply; local
268 Parcel data, reply; local
279 Parcel data, reply; local
290 Parcel data, reply; local
301 Parcel data, reply; local
[all...]
H A DIBluetoothLowEnergy.cpp44 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) {
55 reply->writeInt32(result);
74 reply->writeInt32(result);
83 reply->writeInt32(result);
93 reply->writeInt32(result);
116 reply->writeInt32(result);
123 reply->writeInt32(result);
138 reply->writeInt32(result);
146 reply->writeInt32(result);
151 return BBinder::onTransact(code, data, reply, flag
43 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
164 Parcel data, reply; local
176 Parcel data, reply; local
186 Parcel data, reply; local
196 Parcel data, reply; local
210 Parcel data, reply; local
223 Parcel data, reply; local
238 Parcel data, reply; local
259 Parcel data, reply; local
275 Parcel data, reply; local
290 Parcel data, reply; local
[all...]
H A DIBluetoothGattClient.cpp39 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) {
49 reply->writeInt32(result);
62 return BBinder::onTransact(code, data, reply, flags);
75 Parcel data, reply; local
81 data, &reply);
83 return reply.readInt32();
87 Parcel data, reply; local
93 data, &reply);
97 Parcel data, reply; local
102 data, &reply);
38 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
[all...]
H A DIBluetoothGattServer.cpp41 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) {
51 reply->writeInt32(result);
73 reply->writeInt32(result);
77 WriteGattIdentifierToParcel(*out_id, reply);
93 reply->writeInt32(result);
97 WriteGattIdentifierToParcel(*out_id, reply);
111 reply->writeInt32(result);
115 WriteGattIdentifierToParcel(*out_id, reply);
123 reply->writeInt32(result);
140 reply
40 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
176 Parcel data, reply; local
188 Parcel data, reply; local
198 Parcel data, reply; local
210 Parcel data, reply; local
233 Parcel data, reply; local
255 Parcel data, reply; local
273 Parcel data, reply; local
290 Parcel data, reply; local
312 Parcel data, reply; local
[all...]
H A DIBluetoothCallback.cpp40 Parcel* reply,
59 return BBinder::onTransact(code, data, reply, flags);
73 Parcel data, reply; local
80 data, &reply);
37 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
H A DIBluetoothGattClientCallback.cpp40 Parcel* reply,
54 return BBinder::onTransact(code, data, reply, flags);
68 Parcel data, reply; local
77 data, &reply,
37 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
H A DIBluetoothGattServerCallback.cpp42 Parcel* reply,
136 return BBinder::onTransact(code, data, reply, flags);
150 Parcel data, reply; local
159 data, &reply,
166 Parcel data, reply; local
174 data, &reply,
182 Parcel data, reply; local
194 data, &reply,
202 Parcel data, reply; local
214 data, &reply,
39 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
223 Parcel data, reply; local
246 Parcel data, reply; local
267 Parcel data, reply; local
284 Parcel data, reply; local
[all...]
/system/tpm/tpm_manager/server/
H A Ddbus_service_test.cc63 ReplyProtobufType* reply,
72 EXPECT_TRUE(reader.PopArrayOfBytesAsProto(reply));
96 GetTpmStatusReply reply;
97 base::Closure copy = base::Bind(callback, reply);
98 callback.Run(reply);
101 GetTpmStatusReply reply; local
102 ExecuteMethod(kGetTpmStatus, request, &reply, kTpmOwnershipInterface);
111 GetTpmStatusReply reply;
112 reply.set_status(STATUS_SUCCESS);
113 reply
61 ExecuteMethod(const std::string& method_name, const RequestProtobufType& request, ReplyProtobufType* reply, const std::string& interface) argument
121 GetTpmStatusReply reply; local
142 TakeOwnershipReply reply; local
162 RemoveOwnerDependencyReply reply; local
188 DefineNvramReply reply; local
207 DestroyNvramReply reply; local
230 WriteNvramReply reply; local
251 ReadNvramReply reply; local
274 IsNvramDefinedReply reply; local
297 IsNvramLockedReply reply; local
320 GetNvramSizeReply reply; local
[all...]
H A Dtpm_manager_service_test.cc67 auto callback = [this](const GetTpmStatusReply& reply) {
132 auto callback = [this](const TakeOwnershipReply& reply) {
133 EXPECT_EQ(STATUS_SUCCESS, reply.status());
161 auto callback = [this](const GetTpmStatusReply& reply) {
162 EXPECT_EQ(STATUS_SUCCESS, reply.status());
163 EXPECT_TRUE(reply.enabled());
164 EXPECT_TRUE(reply.owned());
165 EXPECT_EQ(kOwnerPassword, reply.local_data().owner_password());
166 EXPECT_EQ(5, reply.dictionary_attack_counter());
167 EXPECT_EQ(6, reply
[all...]
/system/tpm/tpm_manager/client/
H A Dtpm_ownership_dbus_proxy_test.cc55 // Create reply protobuf.
58 GetTpmStatusReply reply;
59 reply.set_status(STATUS_SUCCESS);
60 reply.set_enabled(true);
61 reply.set_owned(true);
62 reply.set_dictionary_attack_counter(3);
63 reply.set_dictionary_attack_threshold(4);
64 reply.set_dictionary_attack_lockout_in_effect(true);
65 reply.set_dictionary_attack_lockout_seconds_remaining(5);
66 writer.AppendProtoAsArrayOfBytes(reply);
[all...]
H A Dtpm_nvram_dbus_proxy_test.cc61 // Create reply protobuf.
64 DefineNvramReply reply;
65 reply.set_status(STATUS_SUCCESS);
66 writer.AppendProtoAsArrayOfBytes(reply);
73 auto callback = [&callback_count](const DefineNvramReply& reply) {
75 EXPECT_EQ(STATUS_SUCCESS, reply.status());
95 // Create reply protobuf.
98 DestroyNvramReply reply;
99 reply.set_status(STATUS_SUCCESS);
100 writer.AppendProtoAsArrayOfBytes(reply);
[all...]
/system/core/fingerprintd/
H A DIFingerprintDaemon.cpp47 status_t BnFingerprintDaemon::onTransact(uint32_t code, const Parcel& data, Parcel* reply, argument
51 CHECK_INTERFACE(IFingerprintDaemon, data, reply);
58 reply->writeNoException();
59 reply->writeInt32(ret);
63 CHECK_INTERFACE(IFingerprintDaemon, data, reply);
68 reply->writeNoException();
69 reply->writeInt32(ret);
73 CHECK_INTERFACE(IFingerprintDaemon, data, reply);
82 reply->writeNoException();
83 reply
[all...]
H A DIFingerprintDaemonCallback.cpp34 Parcel data, reply; local
40 return remote()->transact(ON_ENROLL_RESULT, data, &reply, IBinder::FLAG_ONEWAY);
44 Parcel data, reply; local
48 return remote()->transact(ON_ACQUIRED, data, &reply, IBinder::FLAG_ONEWAY);
52 Parcel data, reply; local
57 return remote()->transact(ON_AUTHENTICATED, data, &reply, IBinder::FLAG_ONEWAY);
61 Parcel data, reply; local
65 return remote()->transact(ON_ERROR, data, &reply, IBinder::FLAG_ONEWAY);
69 Parcel data, reply; local
74 return remote()->transact(ON_REMOVED, data, &reply, IBinde
78 Parcel data, reply; local
[all...]
/system/tpm/attestation/server/
H A Ddbus_service_test.cc95 CreateGoogleAttestedKeyReply reply;
96 reply.set_status(STATUS_SUCCESS);
97 reply.set_certificate_chain("certificate");
98 reply.set_server_error("server_error");
99 callback.Run(reply);
107 CreateGoogleAttestedKeyReply reply; local
108 EXPECT_TRUE(reader.PopArrayOfBytesAsProto(&reply));
109 EXPECT_EQ(STATUS_SUCCESS, reply.status());
110 EXPECT_EQ("certificate", reply.certificate_chain());
111 EXPECT_EQ("server_error", reply
130 CreateGoogleAttestedKeyReply reply; local
159 GetKeyInfoReply reply; local
190 GetEndorsementInfoReply reply; local
220 GetAttestationKeyInfoReply reply; local
258 ActivateAttestationKeyReply reply; local
291 CreateCertifiableKeyReply reply; local
321 DecryptReply reply; local
349 SignReply reply; local
376 RegisterKeyWithChapsTokenReply reply; local
[all...]
H A Dattestation_service_test.cc205 auto callback = [this](const CreateGoogleAttestedKeyReply& reply) {
206 EXPECT_EQ(STATUS_SUCCESS, reply.status());
207 EXPECT_EQ(GetFakeCertificateChain(), reply.certificate_chain());
208 EXPECT_FALSE(reply.has_server_error());
217 auto callback = [this](const CreateGoogleAttestedKeyReply& reply) {
218 EXPECT_EQ(STATUS_SUCCESS, reply.status());
219 EXPECT_EQ(GetFakeCertificateChain(), reply.certificate_chain());
220 EXPECT_FALSE(reply.has_server_error());
232 auto callback = [this](const CreateGoogleAttestedKeyReply& reply) {
233 EXPECT_EQ(STATUS_CA_NOT_AVAILABLE, reply
[all...]
H A Ddbus_service.cc83 // A callback that fills the reply protobuf and sends it.
85 const CreateGoogleAttestedKeyReply& reply) {
86 response->Return(reply);
101 // A callback that fills the reply protobuf and sends it.
103 const GetKeyInfoReply& reply) {
104 response->Return(reply);
120 // A callback that fills the reply protobuf and sends it.
122 const GetEndorsementInfoReply& reply) {
123 response->Return(reply);
139 // A callback that fills the reply protobu
[all...]
/system/core/gatekeeperd/
H A DIGateKeeperService.cpp30 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) {
33 CHECK_INTERFACE(IGateKeeperService, data, reply);
57 reply->writeNoException();
58 reply->writeInt32(1);
60 reply->writeInt32(GATEKEEPER_RESPONSE_OK);
61 reply->writeInt32(0);
62 reply->writeInt32(outSize);
63 reply->writeInt32(outSize);
64 void *buf = reply->writeInplace(outSize);
68 reply
29 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
[all...]
H A DIUserManager.cpp34 Parcel data, reply; local
37 status_t rc = remote()->transact(GET_CREDENTIAL_OWNER_PROFILE, data, &reply, 0);
43 int32_t exception = reply.readExceptionCode();
49 return reply.readInt32();
/system/security/keystore/
H A DIKeystoreService.cpp466 Parcel data, reply; local
469 status_t status = remote()->transact(BnKeystoreService::GET_STATE, data, &reply);
474 int32_t err = reply.readExceptionCode();
475 int32_t ret = reply.readInt32();
485 Parcel data, reply; local
489 status_t status = remote()->transact(BnKeystoreService::GET, data, &reply);
494 int32_t err = reply.readExceptionCode();
495 ssize_t len = reply.readInt32();
496 if (len >= 0 && (size_t) len <= reply.dataAvail()) {
498 const void* buf = reply
520 Parcel data, reply; local
544 Parcel data, reply; local
564 Parcel data, reply; local
584 Parcel data, reply; local
608 Parcel data, reply; local
626 Parcel data, reply; local
647 Parcel data, reply; local
666 Parcel data, reply; local
686 Parcel data, reply; local
706 Parcel data, reply; local
739 Parcel data, reply; local
764 Parcel data, reply; local
801 Parcel data, reply; local
828 Parcel data, reply; local
861 Parcel data, reply; local
881 Parcel data, reply; local
901 Parcel data, reply; local
922 Parcel data, reply; local
944 Parcel data, reply; local
963 Parcel data, reply; local
982 Parcel data, reply; local
1003 Parcel data, reply; local
1032 Parcel data, reply; local
1068 Parcel data, reply; local
1102 Parcel data, reply; local
1142 Parcel data, reply; local
1175 Parcel data, reply; local
1206 Parcel data, reply; local
1232 Parcel data, reply; local
1251 Parcel data, reply; local
1271 Parcel data, reply; local
1290 Parcel data, reply; local
1310 Parcel data, reply; local
1361 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
[all...]
/system/tpm/attestation/client/
H A Ddbus_proxy.cc55 CreateGoogleAttestedKeyReply reply;
56 reply.set_status(STATUS_NOT_AVAILABLE);
57 callback.Run(reply);
72 GetKeyInfoReply reply;
73 reply.set_status(STATUS_NOT_AVAILABLE);
74 callback.Run(reply);
89 GetEndorsementInfoReply reply;
90 reply.set_status(STATUS_NOT_AVAILABLE);
91 callback.Run(reply);
107 GetAttestationKeyInfoReply reply;
[all...]
H A Ddbus_proxy_test.cc61 // Create reply protobuf.
76 auto callback = [&callback_count](const CreateGoogleAttestedKeyReply& reply) {
78 EXPECT_EQ(STATUS_SUCCESS, reply.status());
79 EXPECT_EQ("certificate", reply.certificate_chain());
80 EXPECT_EQ("server_error", reply.server_error());
103 // Create reply protobuf.
122 auto callback = [&callback_count](const GetKeyInfoReply& reply) {
124 EXPECT_EQ(STATUS_SUCCESS, reply.status());
125 EXPECT_EQ(KEY_TYPE_ECC, reply.key_type());
126 EXPECT_EQ(KEY_USAGE_SIGN, reply
[all...]
/system/nativepower/daemon/
H A DBnPowerManager.cc25 Parcel* reply,
32 CHECK_INTERFACE(IPowerManager, data, reply);
41 CHECK_INTERFACE(IPowerManager, data, reply);
50 CHECK_INTERFACE(IPowerManager, data, reply);
56 CHECK_INTERFACE(IPowerManager, data, reply);
62 CHECK_INTERFACE(IPowerManager, data, reply);
68 CHECK_INTERFACE(IPowerManager, data, reply);
75 CHECK_INTERFACE(IPowerManager, data, reply);
82 CHECK_INTERFACE(IPowerManager, data, reply);
89 CHECK_INTERFACE(IPowerManager, data, reply);
23 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...]
/system/nativepower/include/nativepower/
H A DBnPowerManager.h31 Parcel* reply,
/system/tools/aidl/tests/
H A Daidl_test_client_utf8_strings.cpp59 string reply; local
60 Status status = s->RepeatUtf8CppString(input, &reply);
61 if (!status.isOk() || input != reply) {
65 << " and output=" << reply;
78 unique_ptr<string> reply; local
80 unique_ptr<string>(new string(input)), &reply);
86 if (!reply) {
87 LOG(ERROR) << "Got null reply while repeating nullable utf8 string "
91 if (input != *reply) {
95 << " and output=" << *reply;
[all...]

Completed in 1307 milliseconds

123