Home
last modified time | relevance | path

Searched defs:fromExceptionCode (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/native/libs/binder/
H A DStatus.cpp26 Status Status::fromExceptionCode(int32_t exceptionCode) { in fromExceptionCode() function in android::binder::Status
33 Status Status::fromExceptionCode(int32_t exceptionCode, in fromExceptionCode() function in android::binder::Status
41 Status Status::fromExceptionCode(int32_t exceptionCode, in fromExceptionCode() function in android::binder::Status
/aosp12/system/libhidl/base/
H A DStatus.cpp54 Status Status::fromExceptionCode(int32_t exceptionCode) { in fromExceptionCode() function in android::hardware::Status
61 Status Status::fromExceptionCode(int32_t exceptionCode, in fromExceptionCode() function in android::hardware::Status
/aosp12/frameworks/native/libs/binder/ndk/include_cpp/android/
H A Dbinder_auto_utils.h286 static ScopedAStatus fromExceptionCode(binder_exception_t exception) { in fromExceptionCode() function
/aosp12/packages/services/Car/cpp/watchdog/server/src/
H A DWatchdogServiceHelper.cpp45 Status fromExceptionCode(int32_t exceptionCode, std::string message) { in fromExceptionCode() function
H A DWatchdogInternalHandler.cpp60 Status fromExceptionCode(int32_t exceptionCode, std::string message) { in fromExceptionCode() function
H A DWatchdogBinderMediator.cpp65 Status fromExceptionCode(const int32_t exceptionCode, const std::string& message) { in fromExceptionCode() function