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