Home
last modified time | relevance | path

Searched defs:exceptionCode (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/libs/binder/
DStatus.cpp26 Status Status::fromExceptionCode(int32_t exceptionCode) { in fromExceptionCode()
33 Status Status::fromExceptionCode(int32_t exceptionCode, in fromExceptionCode()
41 Status Status::fromExceptionCode(int32_t exceptionCode, in fromExceptionCode()
66 std::string Status::exceptionToString(int32_t exceptionCode) { in exceptionToString()
86 Status::Status(int32_t exceptionCode, int32_t errorCode) in Status()
90 Status::Status(int32_t exceptionCode, int32_t errorCode, const String8& message) in Status()
DIActivityManager.cpp44 int32_t exceptionCode = reply.readExceptionCode(); in openContentUri() local
/frameworks/av/media/libmedia/
DIMediaHTTPConnection.cpp70 int32_t exceptionCode = reply.readExceptionCode(); in connect() local
104 int32_t exceptionCode = reply.readExceptionCode(); in readAt() local
148 int32_t exceptionCode = reply.readExceptionCode(); in getSize() local
166 int32_t exceptionCode = reply.readExceptionCode(); in getMIMEType() local
186 int32_t exceptionCode = reply.readExceptionCode(); in getUri() local
/frameworks/native/libs/binder/include/binder/
DStatus.h126 int32_t exceptionCode() const { return mException; } in exceptionCode() function
/frameworks/native/include/binder/
DStatus.h126 int32_t exceptionCode() const { return mException; } in exceptionCode() function