Home
last modified time | relevance | path

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

/frameworks/libs/native_bridge_support/libbinder_ndk/
Dstubs_arm.cc111 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AStatus_fromExceptionCode);
216 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AStatus_fromExceptionCode); in init_stub_library()
Dstubs_arm64.cc111 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AStatus_fromExceptionCode);
216 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.cpp29 AStatus* AStatus_fromExceptionCode(binder_exception_t exception) { in AStatus_fromExceptionCode() function
/frameworks/native/libs/binder/ndk/include_ndk/android/
Dbinder_status.h124 __attribute__((warn_unused_result)) AStatus* AStatus_fromExceptionCode(binder_exception_t exception)
Dbinder_auto_utils.h244 return ScopedAStatus(AStatus_fromExceptionCode(exception)); in fromExceptionCode()
/frameworks/native/cmds/idlcli/
Dvibrator.h42 return ndk::ScopedAStatus(AStatus_fromExceptionCode(EX_NULL_POINTER)); in NullptrStatus()