Lines Matching refs:err

70         int32_t err = reply.readExceptionCode();  in registerListener()  local
71 if (err < 0) { in registerListener()
72 ALOGD("registerListener caught exception %d\n", err); in registerListener()
86 int32_t err = reply.readExceptionCode(); in unregisterListener() local
87 if (err < 0) { in unregisterListener()
88 ALOGD("unregisterListener caught exception %d\n", err); in unregisterListener()
101 int32_t err = reply.readExceptionCode(); in isUsbMassStorageConnected() local
102 if (err < 0) { in isUsbMassStorageConnected()
103 ALOGD("isUsbMassStorageConnected caught exception %d\n", err); in isUsbMassStorageConnected()
118 int32_t err = reply.readExceptionCode(); in setUsbMassStorageEnabled() local
119 if (err < 0) { in setUsbMassStorageEnabled()
120 ALOGD("setUsbMassStorageEnabled caught exception %d\n", err); in setUsbMassStorageEnabled()
133 int32_t err = reply.readExceptionCode(); in isUsbMassStorageEnabled() local
134 if (err < 0) { in isUsbMassStorageEnabled()
135 ALOGD("isUsbMassStorageEnabled caught exception %d\n", err); in isUsbMassStorageEnabled()
150 int32_t err = reply.readExceptionCode(); in mountVolume() local
151 if (err < 0) { in mountVolume()
152 ALOGD("mountVolume caught exception %d\n", err); in mountVolume()
153 return err; in mountVolume()
169 int32_t err = reply.readExceptionCode(); in unmountVolume() local
170 if (err < 0) { in unmountVolume()
171 ALOGD("unmountVolume caught exception %d\n", err); in unmountVolume()
172 return err; in unmountVolume()
186 int32_t err = reply.readExceptionCode(); in formatVolume() local
187 if (err < 0) { in formatVolume()
188 ALOGD("formatVolume caught exception %d\n", err); in formatVolume()
189 return err; in formatVolume()
203 int32_t err = reply.readExceptionCode(); in getStorageUsers() local
204 if (err < 0) { in getStorageUsers()
205 ALOGD("getStorageUsers caught exception %d\n", err); in getStorageUsers()
206 return err; in getStorageUsers()
232 int32_t err = reply.readExceptionCode(); in getVolumeState() local
233 if (err < 0) { in getVolumeState()
234 ALOGD("getVolumeState caught exception %d\n", err); in getVolumeState()
235 return err; in getVolumeState()
254 int32_t err = reply.readExceptionCode(); in createSecureContainer() local
255 if (err < 0) { in createSecureContainer()
256 ALOGD("createSecureContainer caught exception %d\n", err); in createSecureContainer()
257 return err; in createSecureContainer()
271 int32_t err = reply.readExceptionCode(); in finalizeSecureContainer() local
272 if (err < 0) { in finalizeSecureContainer()
273 ALOGD("finalizeSecureContainer caught exception %d\n", err); in finalizeSecureContainer()
274 return err; in finalizeSecureContainer()
288 int32_t err = reply.readExceptionCode(); in destroySecureContainer() local
289 if (err < 0) { in destroySecureContainer()
290 ALOGD("destroySecureContainer caught exception %d\n", err); in destroySecureContainer()
291 return err; in destroySecureContainer()
309 int32_t err = reply.readExceptionCode(); // What to do... in mountSecureContainer() local
310 if (err < 0) { in mountSecureContainer()
311 ALOGD("mountSecureContainer caught exception %d\n", err); in mountSecureContainer()
312 return err; in mountSecureContainer()
327 int32_t err = reply.readExceptionCode(); // What to do... in unmountSecureContainer() local
328 if (err < 0) { in unmountSecureContainer()
329 ALOGD("unmountSecureContainer caught exception %d\n", err); in unmountSecureContainer()
330 return err; in unmountSecureContainer()
344 int32_t err = reply.readExceptionCode(); // What to do... in isSecureContainerMounted() local
345 if (err < 0) { in isSecureContainerMounted()
346 ALOGD("isSecureContainerMounted caught exception %d\n", err); in isSecureContainerMounted()
362 int32_t err = reply.readExceptionCode(); // What to do... in renameSecureContainer() local
363 if (err < 0) { in renameSecureContainer()
364 ALOGD("renameSecureContainer caught exception %d\n", err); in renameSecureContainer()
365 return err; in renameSecureContainer()
379 int32_t err = reply.readExceptionCode(); // What to do... in getSecureContainerPath() local
380 if (err < 0) { in getSecureContainerPath()
381 ALOGD("getSecureContainerPath caught exception %d\n", err); in getSecureContainerPath()
397 int32_t err = reply.readExceptionCode(); in getSecureContainerList() local
398 if (err < 0) { in getSecureContainerList()
399 ALOGD("getSecureContainerList caught exception %d\n", err); in getSecureContainerList()
400 return err; in getSecureContainerList()
419 int32_t err = reply.readExceptionCode(); in shutdown() local
420 if (err < 0) { in shutdown()
421 ALOGD("shutdown caught exception %d\n", err); in shutdown()
435 int32_t err = reply.readExceptionCode(); in finishMediaUpdate() local
436 if (err < 0) { in finishMediaUpdate()
437 ALOGD("finishMediaUpdate caught exception %d\n", err); in finishMediaUpdate()
457 int32_t err = reply.readExceptionCode(); in mountObb() local
458 if (err < 0) { in mountObb()
459 ALOGD("mountObb caught exception %d\n", err); in mountObb()
477 int32_t err = reply.readExceptionCode(); in unmountObb() local
478 if (err < 0) { in unmountObb()
479 ALOGD("unmountObb caught exception %d\n", err); in unmountObb()
493 int32_t err = reply.readExceptionCode(); in isObbMounted() local
494 if (err < 0) { in isObbMounted()
495 ALOGD("isObbMounted caught exception %d\n", err); in isObbMounted()
510 int32_t err = reply.readExceptionCode(); in getMountedObbPath() local
511 if (err < 0) { in getMountedObbPath()
512 ALOGD("getMountedObbPath caught exception %d\n", err); in getMountedObbPath()