Searched refs:AStatus_getMessage (Results 1 – 7 of 7) sorted by relevance
283 const char* AStatus_getMessage(const AStatus* status) __INTRODUCED_IN(29);
65 const char* AStatus_getMessage(const AStatus* status) { in AStatus_getMessage() function
87 AStatus_getMessage;
198 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AStatus_getMessage);387 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AStatus_getMessage); in init_stub_library()
281 const char* getMessage() const { return AStatus_getMessage(get()); } in getMessage()