Searched refs:exceptionCode (Results 1 – 3 of 3) sorted by relevance
69 int32_t exceptionCode = reply.readExceptionCode(); in connect() local71 if (exceptionCode) { in connect()103 int32_t exceptionCode = reply.readExceptionCode(); in readAt() local105 if (exceptionCode) { in readAt()125 int32_t exceptionCode = reply.readExceptionCode(); in getSize() local127 if (exceptionCode) { in getSize()143 int32_t exceptionCode = reply.readExceptionCode(); in getMIMEType() local145 if (exceptionCode) { in getMIMEType()163 int32_t exceptionCode = reply.readExceptionCode(); in getUri() local165 if (exceptionCode) { in getUri()
43 int32_t exceptionCode = reply.readExceptionCode(); in openContentProviderFile() local44 if (!exceptionCode) { in openContentProviderFile()53 String8(uri).string(), exceptionCode); in openContentProviderFile()
55 int32_t exceptionCode = reply.readExceptionCode(); in readExceptionCode() local57 if (exceptionCode != 0) { in readExceptionCode()59 switch(exceptionCode) { in readExceptionCode()81 ALOGE("Binder transmission error %s (%d)", errorMsg, exceptionCode); in readExceptionCode()