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;
234 int32_t err = reply.readExceptionCode();
235 if (err < 0) {
236 ALOGD("getVolumeState caught exception %d\n", err);
237 return err;
256 int32_t err = reply.readExceptionCode();
257 if (err < 0) {
258 ALOGD("createSecureContainer caught exception %d\n", err);
259 return err;
273 int32_t err = reply.readExceptionCode();
274 if (err < 0) {
275 ALOGD("finalizeSecureContainer caught exception %d\n", err);
276 return err;
290 int32_t err = reply.readExceptionCode();
291 if (err < 0) {
292 ALOGD("destroySecureContainer caught exception %d\n", err);
293 return err;
311 int32_t err = reply.readExceptionCode(); // What to do...
312 if (err < 0) {
313 ALOGD("mountSecureContainer caught exception %d\n", err);
314 return err;
329 int32_t err = reply.readExceptionCode(); // What to do...
330 if (err < 0) {
331 ALOGD("unmountSecureContainer caught exception %d\n", err);
332 return err;
346 int32_t err = reply.readExceptionCode(); // What to do...
347 if (err < 0) {
348 ALOGD("isSecureContainerMounted caught exception %d\n", err);
364 int32_t err = reply.readExceptionCode(); // What to do...
365 if (err < 0) {
366 ALOGD("renameSecureContainer caught exception %d\n", err);
367 return err;
381 int32_t err = reply.readExceptionCode(); // What to do...
382 if (err < 0) {
383 ALOGD("getSecureContainerPath caught exception %d\n", err);
399 int32_t err = reply.readExceptionCode();
400 if (err < 0) {
401 ALOGD("getSecureContainerList caught exception %d\n", err);
402 return err;
421 int32_t err = reply.readExceptionCode();
422 if (err < 0) {
423 ALOGD("shutdown caught exception %d\n", err);
437 int32_t err = reply.readExceptionCode();
438 if (err < 0) {
439 ALOGD("finishMediaUpdate caught exception %d\n", err);
459 int32_t err = reply.readExceptionCode();
460 if (err < 0) {
461 ALOGD("mountObb caught exception %d\n", err);
479 int32_t err = reply.readExceptionCode();
480 if (err < 0) {
481 ALOGD("unmountObb caught exception %d\n", err);
495 int32_t err = reply.readExceptionCode();
496 if (err < 0) {
497 ALOGD("isObbMounted caught exception %d\n", err);
512 int32_t err = reply.readExceptionCode();
513 if (err < 0) {
514 ALOGD("getMountedObbPath caught exception %d\n", err);
530 int32_t err = reply.readExceptionCode();
531 if (err < 0) {
532 ALOGD("decryptStorage caught exception %d\n", err);
533 return err;
547 int32_t err = reply.readExceptionCode();
548 if (err < 0) {
549 ALOGD("encryptStorage caught exception %d\n", err);
550 return err;