Searched defs:exceptionCode (Results 1 – 12 of 12) sorted by relevance
/aosp12/frameworks/native/libs/binder/ |
H A D | Status.cpp | 26 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 D | IActivityManager.cpp | 46 int32_t exceptionCode = reply.readExceptionCode(); in openContentUri() local
|
/aosp12/frameworks/av/media/libmedia/ |
H A D | IMediaHTTPConnection.cpp | 70 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 D | Status.cpp | 54 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 D | StatusFuzz.cpp | 32 int32_t exceptionCode = fdp.ConsumeIntegral<int32_t>(); in LLVMFuzzerTestOneInput() local
|
/aosp12/frameworks/native/include/binder/ |
H A D | Status.h | 130 int32_t exceptionCode() const { return mException; } in exceptionCode() function
|
/aosp12/frameworks/native/libs/binder/include/binder/ |
H A D | Status.h | 130 int32_t exceptionCode() const { return mException; } in exceptionCode() function
|
/aosp12/system/netd/include/binder_utils/ |
H A D | BinderUtil.h | 80 const int exceptionCode = TO_EXCEPTION(log.exception_code); in binderCallLogFn() local
|
/aosp12/packages/services/Car/cpp/watchdog/server/src/ |
H A D | WatchdogServiceHelper.cpp | 45 Status fromExceptionCode(int32_t exceptionCode, std::string message) { in fromExceptionCode()
|
H A D | WatchdogInternalHandler.cpp | 60 Status fromExceptionCode(int32_t exceptionCode, std::string message) { in fromExceptionCode()
|
H A D | WatchdogBinderMediator.cpp | 65 Status fromExceptionCode(const int32_t exceptionCode, const std::string& message) { in fromExceptionCode()
|
/aosp12/system/libhidl/base/include/hidl/ |
H A D | Status.h | 107 int32_t exceptionCode() const { return mException; } in exceptionCode() function
|