Home
last modified time | relevance | path

Searched refs:AStatus_getExceptionCode (Results 1 – 11 of 11) sorted by relevance

/aosp12/frameworks/libs/native_bridge_support/libbinder_ndk/
H A Dstubs_arm.cc143 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AStatus_getExceptionCode);
276 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AStatus_getExceptionCode); in init_stub_library()
H A Dstubs_arm64.cc143 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AStatus_getExceptionCode);
276 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AStatus_getExceptionCode); in init_stub_library()
/aosp12/frameworks/native/libs/binder/ndk/include_ndk/android/
H A Dbinder_status.h220 binder_exception_t AStatus_getExceptionCode(const AStatus* status) __INTRODUCED_IN(29);
/aosp12/system/netd/include/binder_utils/
H A DBinderUtil.h38 #define TO_EXCEPTION(__ex__) AStatus_getExceptionCode(AStatus_fromExceptionCode(__ex__));
/aosp12/frameworks/native/libs/binder/ndk/
H A Dlibbinder_ndk.map.txt86 AStatus_getExceptionCode;
H A Dstatus.cpp54 binder_exception_t AStatus_getExceptionCode(const AStatus* status) { in AStatus_getExceptionCode() function
/aosp12/frameworks/native/libs/binder/ndk/tests/
H A DbinderVendorDoubleLoadTest.cpp108 EXPECT_EQ(STATUS_OK, AStatus_getExceptionCode(status.get())) in TEST()
/aosp12/frameworks/native/libs/binder/ndk/include_cpp/android/
H A Dbinder_auto_utils.h244 binder_exception_t getExceptionCode() const { return AStatus_getExceptionCode(get()); } in getExceptionCode()
/aosp12/frameworks/native/libs/binder/rust/src/
H A Derror.rs214 sys::AStatus_getExceptionCode(self.as_native()) in exception_code()
/aosp12/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-ndk-source/gen/android/aidl/loggable/
H A DILoggableInterface.cpp147 _transaction_log.exception_code = AStatus_getExceptionCode(_aidl_status.get()); in _aidl_onTransact()
382 _transaction_log.exception_code = AStatus_getExceptionCode(_aidl_status.get()); in LogThis()
/aosp12/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-ndk_platform-source/gen/android/aidl/loggable/
H A DILoggableInterface.cpp147 _transaction_log.exception_code = AStatus_getExceptionCode(_aidl_status.get()); in _aidl_onTransact()
382 _transaction_log.exception_code = AStatus_getExceptionCode(_aidl_status.get()); in LogThis()