Home
last modified time | relevance | path

Searched refs:binder_exception_t (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/libs/binder/ndk/include_ndk/android/
Dbinder_status.h92 typedef int32_t binder_exception_t; typedef
125 __attribute__((warn_unused_result)) AStatus* AStatus_fromExceptionCode(binder_exception_t exception)
140 binder_exception_t exception, const char* message) __INTRODUCED_IN(29);
206 binder_exception_t AStatus_getExceptionCode(const AStatus* status) __INTRODUCED_IN(29);
/frameworks/native/libs/binder/ndk/
Dstatus.cpp29 AStatus* AStatus_fromExceptionCode(binder_exception_t exception) { in AStatus_fromExceptionCode()
33 AStatus* AStatus_fromExceptionCodeWithMessage(binder_exception_t exception, const char* message) { in AStatus_fromExceptionCodeWithMessage()
53 binder_exception_t AStatus_getExceptionCode(const AStatus* status) { in AStatus_getExceptionCode()
132 binder_exception_t PruneException(int32_t exception) { in PruneException()
Dstatus_internal.h39 binder_exception_t PruneException(int32_t exception);
/frameworks/native/libs/binder/ndk/include_cpp/android/
Dbinder_auto_utils.h216 binder_exception_t getExceptionCode() const { return AStatus_getExceptionCode(get()); } in getExceptionCode()
244 static ScopedAStatus fromExceptionCode(binder_exception_t exception) { in fromExceptionCode()
247 static ScopedAStatus fromExceptionCodeWithMessage(binder_exception_t exception, in fromExceptionCodeWithMessage()