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_arm64.cc118 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AStatus_fromServiceSpecificErrorWithMessage);
227 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AStatus_fromServiceSpecificErrorWithMessage); in init_stub_library()
Dstubs_arm.cc118 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AStatus_fromServiceSpecificErrorWithMessage);
227 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AStatus_fromServiceSpecificErrorWithMessage); in init_stub_library()
/frameworks/native/libs/binder/ndk/include_ndk/android/
Dbinder_status.h168 __attribute__((warn_unused_result)) AStatus* AStatus_fromServiceSpecificErrorWithMessage(
/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_cpp/android/
Dbinder_auto_utils.h256 return ScopedAStatus(AStatus_fromServiceSpecificErrorWithMessage(serviceSpecific, message)); in fromServiceSpecificErrorWithMessage()