Home
last modified time | relevance | path

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

/frameworks/libs/native_bridge_support/libbinder_ndk/
Dstubs_arm.cc116 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AStatus_getDescription);
221 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AStatus_getDescription); in init_stub_library()
Dstubs_arm64.cc116 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AStatus_getDescription);
221 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AStatus_getDescription); in init_stub_library()
/frameworks/native/libs/binder/ndk/
Dlibbinder_ndk.map.txt106 AStatus_getDescription;
Dstatus.cpp69 const char* AStatus_getDescription(const AStatus* status) { in AStatus_getDescription() function
/frameworks/native/libs/binder/ndk/include_ndk/android/
Dbinder_status.h258 __attribute__((warn_unused_result)) const char* AStatus_getDescription(const AStatus* status)
Dbinder_auto_utils.h233 const char* cStr = AStatus_getDescription(get()); in getDescription()