Searched refs:AStatus_getDescription (Results 1 – 6 of 6) sorted by relevance
120 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AStatus_getDescription);229 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AStatus_getDescription); in init_stub_library()
259 __attribute__((warn_unused_result)) const char* AStatus_getDescription(const AStatus* status)
104 AStatus_getDescription;
69 const char* AStatus_getDescription(const AStatus* status) { in AStatus_getDescription() function
234 const char* cStr = AStatus_getDescription(get()); in getDescription()