Home
last modified time | relevance | path

Searched defs:exceptionCode (Results 1 – 9 of 9) 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.cpp46 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/gui/include/gui/
DAidlStatusUtil.h35 static inline status_t statusTFromExceptionCode(int32_t exceptionCode) { in statusTFromExceptionCode()
/frameworks/av/media/liberror/include/error/
DBinderResult.h33 inline base::unexpected<binder::Status> unexpectedExceptionCode(int32_t exceptionCode, in unexpectedExceptionCode()
/frameworks/native/libs/binder/tests/unit_fuzzers/
DStatusFuzz.cpp32 int32_t exceptionCode = fdp.ConsumeIntegral<int32_t>(); in LLVMFuzzerTestOneInput() local
/frameworks/native/include/binder/
DStatus.h135 int32_t exceptionCode() const { return mException; } in exceptionCode() function
/frameworks/native/libs/binder/include/binder/
DStatus.h135 int32_t exceptionCode() const { return mException; } in exceptionCode() function
/frameworks/av/services/camera/libcameraservice/common/aidl/
DAidlProviderInfo.cpp77 auto exceptionCode = s.getExceptionCode(); in mapToStatusT() local