Lines Matching refs:err

72         int32_t err = reply.readExceptionCode();
73 if (err < 0) {
74 ALOGD("registerListener caught exception %d\n", err);
88 int32_t err = reply.readExceptionCode();
89 if (err < 0) {
90 ALOGD("unregisterListener caught exception %d\n", err);
103 int32_t err = reply.readExceptionCode();
104 if (err < 0) {
105 ALOGD("isUsbMassStorageConnected caught exception %d\n", err);
120 int32_t err = reply.readExceptionCode();
121 if (err < 0) {
122 ALOGD("setUsbMassStorageEnabled caught exception %d\n", err);
135 int32_t err = reply.readExceptionCode();
136 if (err < 0) {
137 ALOGD("isUsbMassStorageEnabled caught exception %d\n", err);
152 int32_t err = reply.readExceptionCode();
153 if (err < 0) {
154 ALOGD("mountVolume caught exception %d\n", err);
155 return err;
171 int32_t err = reply.readExceptionCode();
172 if (err < 0) {
173 ALOGD("unmountVolume caught exception %d\n", err);
174 return err;
188 int32_t err = reply.readExceptionCode();
189 if (err < 0) {
190 ALOGD("formatVolume caught exception %d\n", err);
191 return err;
205 int32_t err = reply.readExceptionCode();
206 if (err < 0) {
207 ALOGD("getStorageUsers caught exception %d\n", err);
208 return err;
227 int32_t err = reply.readExceptionCode();
228 if (err < 0) {
229 ALOGD("getVolumeState caught exception %d\n", err);
230 return err;
249 int32_t err = reply.readExceptionCode();
250 if (err < 0) {
251 ALOGD("createSecureContainer caught exception %d\n", err);
252 return err;
266 int32_t err = reply.readExceptionCode();
267 if (err < 0) {
268 ALOGD("finalizeSecureContainer caught exception %d\n", err);
269 return err;
283 int32_t err = reply.readExceptionCode();
284 if (err < 0) {
285 ALOGD("destroySecureContainer caught exception %d\n", err);
286 return err;
302 int32_t err = reply.readExceptionCode(); // What to do...
303 if (err < 0) {
304 ALOGD("mountSecureContainer caught exception %d\n", err);
305 return err;
320 int32_t err = reply.readExceptionCode(); // What to do...
321 if (err < 0) {
322 ALOGD("unmountSecureContainer caught exception %d\n", err);
323 return err;
337 int32_t err = reply.readExceptionCode(); // What to do...
338 if (err < 0) {
339 ALOGD("isSecureContainerMounted caught exception %d\n", err);
355 int32_t err = reply.readExceptionCode(); // What to do...
356 if (err < 0) {
357 ALOGD("renameSecureContainer caught exception %d\n", err);
358 return err;
372 int32_t err = reply.readExceptionCode(); // What to do...
373 if (err < 0) {
374 ALOGD("getSecureContainerPath caught exception %d\n", err);
390 int32_t err = reply.readExceptionCode();
391 if (err < 0) {
392 ALOGD("getSecureContainerList caught exception %d\n", err);
393 return err;
412 int32_t err = reply.readExceptionCode();
413 if (err < 0) {
414 ALOGD("shutdown caught exception %d\n", err);
428 int32_t err = reply.readExceptionCode();
429 if (err < 0) {
430 ALOGD("finishMediaUpdate caught exception %d\n", err);
450 int32_t err = reply.readExceptionCode();
451 if (err < 0) {
452 ALOGD("mountObb caught exception %d\n", err);
470 int32_t err = reply.readExceptionCode();
471 if (err < 0) {
472 ALOGD("unmountObb caught exception %d\n", err);
486 int32_t err = reply.readExceptionCode();
487 if (err < 0) {
488 ALOGD("isObbMounted caught exception %d\n", err);
503 int32_t err = reply.readExceptionCode();
504 if (err < 0) {
505 ALOGD("getMountedObbPath caught exception %d\n", err);
521 int32_t err = reply.readExceptionCode();
522 if (err < 0) {
523 ALOGD("decryptStorage caught exception %d\n", err);
524 return err;
538 int32_t err = reply.readExceptionCode();
539 if (err < 0) {
540 ALOGD("encryptStorage caught exception %d\n", err);
541 return err;