Home
last modified time | relevance | path

Searched refs:AStatus_fromExceptionCodeWithMessage (Results 1 – 8 of 8) sorted by relevance

/frameworks/native/libs/binder/ndk/include_ndk/android/
Dbinder_status.h173 __attribute__((warn_unused_result)) AStatus* AStatus_fromExceptionCodeWithMessage(
/frameworks/native/libs/binder/ndk/
Dstatus.cpp33 AStatus* AStatus_fromExceptionCodeWithMessage(binder_exception_t exception, const char* message) { in AStatus_fromExceptionCodeWithMessage() function
Dlibbinder_ndk.map.txt82 AStatus_fromExceptionCodeWithMessage;
/frameworks/libs/native_bridge_support/android_api/libbinder_ndk/
Dstubs_arm.cc192 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AStatus_fromExceptionCodeWithMessage);
381 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AStatus_fromExceptionCodeWithMessage); in init_stub_library()
Dstubs_arm64.cc192 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AStatus_fromExceptionCodeWithMessage);
381 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AStatus_fromExceptionCodeWithMessage); in init_stub_library()
Dstubs_riscv64.cc192 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AStatus_fromExceptionCodeWithMessage);
381 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AStatus_fromExceptionCodeWithMessage); in init_stub_library()
/frameworks/native/libs/binder/ndk/include_cpp/android/
Dbinder_auto_utils.h322 return ScopedAStatus(AStatus_fromExceptionCodeWithMessage(exception, message)); in fromExceptionCodeWithMessage()
/frameworks/native/libs/binder/rust/src/
Derror.rs159 sys::AStatus_fromExceptionCodeWithMessage(exception as i32, message.as_ptr()) in new_exception()