Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/binder/
H A 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()
H A DIActivityManager.cpp46 int32_t exceptionCode = reply.readExceptionCode(); in openContentUri() local
/aosp12/frameworks/av/media/libmedia/
H A 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
/aosp12/system/libhidl/base/
H A DStatus.cpp54 Status Status::fromExceptionCode(int32_t exceptionCode) { in fromExceptionCode()
61 Status Status::fromExceptionCode(int32_t exceptionCode, in fromExceptionCode()
75 Status::Status(int32_t exceptionCode, int32_t errorCode) in Status()
79 Status::Status(int32_t exceptionCode, int32_t errorCode, const char *message) in Status()
/aosp12/frameworks/native/libs/binder/tests/unit_fuzzers/
H A DStatusFuzz.cpp32 int32_t exceptionCode = fdp.ConsumeIntegral<int32_t>(); in LLVMFuzzerTestOneInput() local
/aosp12/frameworks/native/include/binder/
H A DStatus.h130 int32_t exceptionCode() const { return mException; } in exceptionCode() function
/aosp12/frameworks/native/libs/binder/include/binder/
H A DStatus.h130 int32_t exceptionCode() const { return mException; } in exceptionCode() function
/aosp12/system/netd/include/binder_utils/
H A DBinderUtil.h80 const int exceptionCode = TO_EXCEPTION(log.exception_code); in binderCallLogFn() local
/aosp12/packages/services/Car/cpp/watchdog/server/src/
H A DWatchdogServiceHelper.cpp45 Status fromExceptionCode(int32_t exceptionCode, std::string message) { in fromExceptionCode()
H A DWatchdogInternalHandler.cpp60 Status fromExceptionCode(int32_t exceptionCode, std::string message) { in fromExceptionCode()
H A DWatchdogBinderMediator.cpp65 Status fromExceptionCode(const int32_t exceptionCode, const std::string& message) { in fromExceptionCode()
/aosp12/system/libhidl/base/include/hidl/
H A DStatus.h107 int32_t exceptionCode() const { return mException; } in exceptionCode() function