Home
last modified time | relevance | path

Searched refs:AStatus_fromServiceSpecificErrorWithMessage (Results 1 – 6 of 6) sorted by relevance

/frameworks/libs/native_bridge_support/libbinder_ndk/
Dstubs_arm.cc114 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AStatus_fromServiceSpecificErrorWithMessage);
219 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AStatus_fromServiceSpecificErrorWithMessage); in init_stub_library()
Dstubs_arm64.cc114 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AStatus_fromServiceSpecificErrorWithMessage);
219 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AStatus_fromServiceSpecificErrorWithMessage); in init_stub_library()
/frameworks/native/libs/binder/ndk/
Dlibbinder_ndk.map.txt84 AStatus_fromServiceSpecificErrorWithMessage;
Dstatus.cpp41 AStatus* AStatus_fromServiceSpecificErrorWithMessage(int32_t serviceSpecific, const char* message) { in AStatus_fromServiceSpecificErrorWithMessage() function
/frameworks/native/libs/binder/ndk/include_ndk/android/
Dbinder_status.h167 __attribute__((warn_unused_result)) AStatus* AStatus_fromServiceSpecificErrorWithMessage(
Dbinder_auto_utils.h255 return ScopedAStatus(AStatus_fromServiceSpecificErrorWithMessage(serviceSpecific, message)); in fromServiceSpecificErrorWithMessage()