Searched defs:exceptionCode (Results 1 – 4 of 4) sorted by relevance
70 int32_t exceptionCode = reply.readExceptionCode(); in connect() local104 int32_t exceptionCode = reply.readExceptionCode(); in readAt() local140 int32_t exceptionCode = reply.readExceptionCode(); in getSize() local158 int32_t exceptionCode = reply.readExceptionCode(); in getMIMEType() local178 int32_t exceptionCode = reply.readExceptionCode(); in getUri() local
26 Status Status::fromExceptionCode(int32_t exceptionCode) { in fromExceptionCode()30 Status Status::fromExceptionCode(int32_t exceptionCode, in fromExceptionCode()50 Status::Status(int32_t exceptionCode, int32_t errorCode) in Status()54 Status::Status(int32_t exceptionCode, int32_t errorCode, const String8& message) in Status()
43 int32_t exceptionCode = reply.readExceptionCode(); in openContentProviderFile() local
114 int32_t exceptionCode() const { return mException; } in exceptionCode() function