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;
304 int32_t err = reply.readExceptionCode(); // What to do...
305 if (err < 0) {
306 ALOGD("mountSecureContainer caught exception %d\n", err);
307 return err;
322 int32_t err = reply.readExceptionCode(); // What to do...
323 if (err < 0) {
324 ALOGD("unmountSecureContainer caught exception %d\n", err);
325 return err;
339 int32_t err = reply.readExceptionCode(); // What to do...
340 if (err < 0) {
341 ALOGD("isSecureContainerMounted caught exception %d\n", err);
357 int32_t err = reply.readExceptionCode(); // What to do...
358 if (err < 0) {
359 ALOGD("renameSecureContainer caught exception %d\n", err);
360 return err;
374 int32_t err = reply.readExceptionCode(); // What to do...
375 if (err < 0) {
376 ALOGD("getSecureContainerPath caught exception %d\n", err);
392 int32_t err = reply.readExceptionCode();
393 if (err < 0) {
394 ALOGD("getSecureContainerList caught exception %d\n", err);
395 return err;
414 int32_t err = reply.readExceptionCode();
415 if (err < 0) {
416 ALOGD("shutdown caught exception %d\n", err);
430 int32_t err = reply.readExceptionCode();
431 if (err < 0) {
432 ALOGD("finishMediaUpdate caught exception %d\n", err);
452 int32_t err = reply.readExceptionCode();
453 if (err < 0) {
454 ALOGD("mountObb caught exception %d\n", err);
472 int32_t err = reply.readExceptionCode();
473 if (err < 0) {
474 ALOGD("unmountObb caught exception %d\n", err);
488 int32_t err = reply.readExceptionCode();
489 if (err < 0) {
490 ALOGD("isObbMounted caught exception %d\n", err);
505 int32_t err = reply.readExceptionCode();
506 if (err < 0) {
507 ALOGD("getMountedObbPath caught exception %d\n", err);
523 int32_t err = reply.readExceptionCode();
524 if (err < 0) {
525 ALOGD("decryptStorage caught exception %d\n", err);
526 return err;
540 int32_t err = reply.readExceptionCode();
541 if (err < 0) {
542 ALOGD("encryptStorage caught exception %d\n", err);
543 return err;