Searched refs:exceptionCode (Results 1 – 3 of 3) sorted by relevance
70 int32_t exceptionCode = reply.readExceptionCode(); in connect() local72 if (exceptionCode) { in connect()104 int32_t exceptionCode = reply.readExceptionCode(); in readAt() local106 if (exceptionCode) { in readAt()140 int32_t exceptionCode = reply.readExceptionCode(); in getSize() local142 if (exceptionCode) { in getSize()158 int32_t exceptionCode = reply.readExceptionCode(); in getMIMEType() local160 if (exceptionCode) { in getMIMEType()178 int32_t exceptionCode = reply.readExceptionCode(); in getUri() local180 if (exceptionCode) { in getUri()
43 int32_t exceptionCode = reply.readExceptionCode(); in openContentProviderFile() local44 if (!exceptionCode) { in openContentProviderFile()53 String8(uri).string(), exceptionCode); in openContentProviderFile()
54 int32_t exceptionCode = reply.readExceptionCode(); in readExceptionCode() local56 if (exceptionCode != 0) { in readExceptionCode()58 switch(exceptionCode) { in readExceptionCode()80 ALOGE("Binder transmission error %s (%d)", errorMsg, exceptionCode); in readExceptionCode()