Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/ndk/include_ndk/android/
Dbinder_status.h91 typedef int32_t binder_exception_t; typedef
120 __attribute__((warn_unused_result)) AStatus* AStatus_fromExceptionCode(binder_exception_t exception)
133 binder_exception_t exception, const char* message) __INTRODUCED_IN(29);
189 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()
121 binder_exception_t PruneException(int32_t exception) { in PruneException()
Dstatus_internal.h39 binder_exception_t PruneException(int32_t exception);