• Home
  • Raw
  • Download

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()
227 int32_t err = reply.readExceptionCode(); in getVolumeState() local
228 if (err < 0) { in getVolumeState()
229 ALOGD("getVolumeState caught exception %d\n", err); in getVolumeState()
230 return err; in getVolumeState()
249 int32_t err = reply.readExceptionCode(); in createSecureContainer() local
250 if (err < 0) { in createSecureContainer()
251 ALOGD("createSecureContainer caught exception %d\n", err); in createSecureContainer()
252 return err; in createSecureContainer()
266 int32_t err = reply.readExceptionCode(); in finalizeSecureContainer() local
267 if (err < 0) { in finalizeSecureContainer()
268 ALOGD("finalizeSecureContainer caught exception %d\n", err); in finalizeSecureContainer()
269 return err; in finalizeSecureContainer()
283 int32_t err = reply.readExceptionCode(); in destroySecureContainer() local
284 if (err < 0) { in destroySecureContainer()
285 ALOGD("destroySecureContainer caught exception %d\n", err); in destroySecureContainer()
286 return err; in destroySecureContainer()
302 int32_t err = reply.readExceptionCode(); // What to do... in mountSecureContainer() local
303 if (err < 0) { in mountSecureContainer()
304 ALOGD("mountSecureContainer caught exception %d\n", err); in mountSecureContainer()
305 return err; in mountSecureContainer()
320 int32_t err = reply.readExceptionCode(); // What to do... in unmountSecureContainer() local
321 if (err < 0) { in unmountSecureContainer()
322 ALOGD("unmountSecureContainer caught exception %d\n", err); in unmountSecureContainer()
323 return err; in unmountSecureContainer()
337 int32_t err = reply.readExceptionCode(); // What to do... in isSecureContainerMounted() local
338 if (err < 0) { in isSecureContainerMounted()
339 ALOGD("isSecureContainerMounted caught exception %d\n", err); in isSecureContainerMounted()
355 int32_t err = reply.readExceptionCode(); // What to do... in renameSecureContainer() local
356 if (err < 0) { in renameSecureContainer()
357 ALOGD("renameSecureContainer caught exception %d\n", err); in renameSecureContainer()
358 return err; in renameSecureContainer()
372 int32_t err = reply.readExceptionCode(); // What to do... in getSecureContainerPath() local
373 if (err < 0) { in getSecureContainerPath()
374 ALOGD("getSecureContainerPath caught exception %d\n", err); in getSecureContainerPath()
390 int32_t err = reply.readExceptionCode(); in getSecureContainerList() local
391 if (err < 0) { in getSecureContainerList()
392 ALOGD("getSecureContainerList caught exception %d\n", err); in getSecureContainerList()
393 return err; in getSecureContainerList()
412 int32_t err = reply.readExceptionCode(); in shutdown() local
413 if (err < 0) { in shutdown()
414 ALOGD("shutdown caught exception %d\n", err); in shutdown()
428 int32_t err = reply.readExceptionCode(); in finishMediaUpdate() local
429 if (err < 0) { in finishMediaUpdate()
430 ALOGD("finishMediaUpdate caught exception %d\n", err); in finishMediaUpdate()
450 int32_t err = reply.readExceptionCode(); in mountObb() local
451 if (err < 0) { in mountObb()
452 ALOGD("mountObb caught exception %d\n", err); in mountObb()
470 int32_t err = reply.readExceptionCode(); in unmountObb() local
471 if (err < 0) { in unmountObb()
472 ALOGD("unmountObb caught exception %d\n", err); in unmountObb()
486 int32_t err = reply.readExceptionCode(); in isObbMounted() local
487 if (err < 0) { in isObbMounted()
488 ALOGD("isObbMounted caught exception %d\n", err); in isObbMounted()
503 int32_t err = reply.readExceptionCode(); in getMountedObbPath() local
504 if (err < 0) { in getMountedObbPath()
505 ALOGD("getMountedObbPath caught exception %d\n", err); in getMountedObbPath()
521 int32_t err = reply.readExceptionCode(); in decryptStorage() local
522 if (err < 0) { in decryptStorage()
523 ALOGD("decryptStorage caught exception %d\n", err); in decryptStorage()
524 return err; in decryptStorage()
538 int32_t err = reply.readExceptionCode(); in encryptStorage() local
539 if (err < 0) { in encryptStorage()
540 ALOGD("encryptStorage caught exception %d\n", err); in encryptStorage()
541 return err; in encryptStorage()