Lines Matching refs:err

72         int32_t err = reply.readExceptionCode();  in registerListener()  local
73 if (err < 0) { in registerListener()
74 ALOGD("registerListener caught exception %d\n", err); in registerListener()
88 int32_t err = reply.readExceptionCode(); in unregisterListener() local
89 if (err < 0) { in unregisterListener()
90 ALOGD("unregisterListener caught exception %d\n", err); in unregisterListener()
103 int32_t err = reply.readExceptionCode(); in isUsbMassStorageConnected() local
104 if (err < 0) { in isUsbMassStorageConnected()
105 ALOGD("isUsbMassStorageConnected caught exception %d\n", err); in isUsbMassStorageConnected()
120 int32_t err = reply.readExceptionCode(); in setUsbMassStorageEnabled() local
121 if (err < 0) { in setUsbMassStorageEnabled()
122 ALOGD("setUsbMassStorageEnabled caught exception %d\n", err); in setUsbMassStorageEnabled()
135 int32_t err = reply.readExceptionCode(); in isUsbMassStorageEnabled() local
136 if (err < 0) { in isUsbMassStorageEnabled()
137 ALOGD("isUsbMassStorageEnabled caught exception %d\n", err); in isUsbMassStorageEnabled()
152 int32_t err = reply.readExceptionCode(); in mountVolume() local
153 if (err < 0) { in mountVolume()
154 ALOGD("mountVolume caught exception %d\n", err); in mountVolume()
155 return err; in mountVolume()
171 int32_t err = reply.readExceptionCode(); in unmountVolume() local
172 if (err < 0) { in unmountVolume()
173 ALOGD("unmountVolume caught exception %d\n", err); in unmountVolume()
174 return err; in unmountVolume()
188 int32_t err = reply.readExceptionCode(); in formatVolume() local
189 if (err < 0) { in formatVolume()
190 ALOGD("formatVolume caught exception %d\n", err); in formatVolume()
191 return err; in formatVolume()
205 int32_t err = reply.readExceptionCode(); in getStorageUsers() local
206 if (err < 0) { in getStorageUsers()
207 ALOGD("getStorageUsers caught exception %d\n", err); in getStorageUsers()
208 return err; in getStorageUsers()
234 int32_t err = reply.readExceptionCode(); in getVolumeState() local
235 if (err < 0) { in getVolumeState()
236 ALOGD("getVolumeState caught exception %d\n", err); in getVolumeState()
237 return err; in getVolumeState()
256 int32_t err = reply.readExceptionCode(); in createSecureContainer() local
257 if (err < 0) { in createSecureContainer()
258 ALOGD("createSecureContainer caught exception %d\n", err); in createSecureContainer()
259 return err; in createSecureContainer()
273 int32_t err = reply.readExceptionCode(); in finalizeSecureContainer() local
274 if (err < 0) { in finalizeSecureContainer()
275 ALOGD("finalizeSecureContainer caught exception %d\n", err); in finalizeSecureContainer()
276 return err; in finalizeSecureContainer()
290 int32_t err = reply.readExceptionCode(); in destroySecureContainer() local
291 if (err < 0) { in destroySecureContainer()
292 ALOGD("destroySecureContainer caught exception %d\n", err); in destroySecureContainer()
293 return err; in destroySecureContainer()
311 int32_t err = reply.readExceptionCode(); // What to do... in mountSecureContainer() local
312 if (err < 0) { in mountSecureContainer()
313 ALOGD("mountSecureContainer caught exception %d\n", err); in mountSecureContainer()
314 return err; in mountSecureContainer()
329 int32_t err = reply.readExceptionCode(); // What to do... in unmountSecureContainer() local
330 if (err < 0) { in unmountSecureContainer()
331 ALOGD("unmountSecureContainer caught exception %d\n", err); in unmountSecureContainer()
332 return err; in unmountSecureContainer()
346 int32_t err = reply.readExceptionCode(); // What to do... in isSecureContainerMounted() local
347 if (err < 0) { in isSecureContainerMounted()
348 ALOGD("isSecureContainerMounted caught exception %d\n", err); in isSecureContainerMounted()
364 int32_t err = reply.readExceptionCode(); // What to do... in renameSecureContainer() local
365 if (err < 0) { in renameSecureContainer()
366 ALOGD("renameSecureContainer caught exception %d\n", err); in renameSecureContainer()
367 return err; in renameSecureContainer()
381 int32_t err = reply.readExceptionCode(); // What to do... in getSecureContainerPath() local
382 if (err < 0) { in getSecureContainerPath()
383 ALOGD("getSecureContainerPath caught exception %d\n", err); in getSecureContainerPath()
399 int32_t err = reply.readExceptionCode(); in getSecureContainerList() local
400 if (err < 0) { in getSecureContainerList()
401 ALOGD("getSecureContainerList caught exception %d\n", err); in getSecureContainerList()
402 return err; in getSecureContainerList()
421 int32_t err = reply.readExceptionCode(); in shutdown() local
422 if (err < 0) { in shutdown()
423 ALOGD("shutdown caught exception %d\n", err); in shutdown()
437 int32_t err = reply.readExceptionCode(); in finishMediaUpdate() local
438 if (err < 0) { in finishMediaUpdate()
439 ALOGD("finishMediaUpdate caught exception %d\n", err); in finishMediaUpdate()
460 int32_t err = reply.readExceptionCode(); in mountObb() local
461 if (err < 0) { in mountObb()
462 ALOGD("mountObb caught exception %d\n", err); in mountObb()
480 int32_t err = reply.readExceptionCode(); in unmountObb() local
481 if (err < 0) { in unmountObb()
482 ALOGD("unmountObb caught exception %d\n", err); in unmountObb()
496 int32_t err = reply.readExceptionCode(); in isObbMounted() local
497 if (err < 0) { in isObbMounted()
498 ALOGD("isObbMounted caught exception %d\n", err); in isObbMounted()
513 int32_t err = reply.readExceptionCode(); in getMountedObbPath() local
514 if (err < 0) { in getMountedObbPath()
515 ALOGD("getMountedObbPath caught exception %d\n", err); in getMountedObbPath()
531 int32_t err = reply.readExceptionCode(); in decryptStorage() local
532 if (err < 0) { in decryptStorage()
533 ALOGD("decryptStorage caught exception %d\n", err); in decryptStorage()
534 return err; in decryptStorage()
548 int32_t err = reply.readExceptionCode(); in encryptStorage() local
549 if (err < 0) { in encryptStorage()
550 ALOGD("encryptStorage caught exception %d\n", err); in encryptStorage()
551 return err; in encryptStorage()