Searched refs:dumpHistory (Results 1 – 3 of 3) sorted by relevance
21 @utf8InCpp String dumpHistory(); in dumpHistory() method
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()