Searched refs:AStatus_getDescription (Results 1 – 6 of 6) sorted by relevance
116 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AStatus_getDescription);221 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AStatus_getDescription); in init_stub_library()
106 AStatus_getDescription;
69 const char* AStatus_getDescription(const AStatus* status) { in AStatus_getDescription() function
258 __attribute__((warn_unused_result)) const char* AStatus_getDescription(const AStatus* status)
233 const char* cStr = AStatus_getDescription(get()); in getDescription()