Searched refs:dumpHistory (Results 1 – 4 of 4) sorted by relevance
21 @utf8InCpp String dumpHistory(); in dumpHistory() method
35 android::binder::Status dumpHistory(std::string *_aidl_return);
26 android::binder::Status PerfstatsdPrivateService::dumpHistory(std::string *_aidl_return) { in dumpHistory() function in PerfstatsdPrivateService
86 if (!perfstatsdPrivateService->dumpHistory(&history).isOk() || history.empty()) { in serviceCall()