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()133 int32_t exceptionCode = reply.readExceptionCode(); in getSize() local135 if (exceptionCode) { in getSize()151 int32_t exceptionCode = reply.readExceptionCode(); in getMIMEType() local153 if (exceptionCode) { in getMIMEType()171 int32_t exceptionCode = reply.readExceptionCode(); in getUri() local173 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()