Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/ndk/include_ndk/android/
Dbinder_status.h153 __attribute__((warn_unused_result)) AStatus* AStatus_fromExceptionCode(binder_exception_t exception)
/frameworks/libs/native_bridge_support/libbinder_ndk/
Dstubs_arm.cc144 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AStatus_fromExceptionCode);
284 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AStatus_fromExceptionCode); in init_stub_library()
Dstubs_arm64.cc144 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AStatus_fromExceptionCode);
284 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AStatus_fromExceptionCode); in init_stub_library()
/frameworks/native/libs/binder/ndk/
Dlibbinder_ndk.map.txt81 AStatus_fromExceptionCode;
Dstatus.cpp31 AStatus* AStatus_fromExceptionCode(binder_exception_t exception) { in AStatus_fromExceptionCode() function
/frameworks/native/cmds/idlcli/
Dvibrator.h46 return ndk::ScopedAStatus(AStatus_fromExceptionCode(EX_NULL_POINTER)); in NullptrStatus()
/frameworks/native/libs/binder/ndk/include_cpp/android/
Dbinder_auto_utils.h300 return ScopedAStatus(AStatus_fromExceptionCode(exception)); in getDescription()
/frameworks/native/libs/binder/rust/src/
Derror.rs322 sys::AStatus_fromExceptionCode(code as i32) in from()