Home
last modified time | relevance | path

Searched refs:dumpHistory (Results 1 – 4 of 4) sorted by relevance

/hardware/google/pixel/perfstatsd/binder/android/pixel/perfstatsd/
DIPerfstatsdPrivate.aidl21 @utf8InCpp String dumpHistory(); in dumpHistory() method
/hardware/google/pixel/perfstatsd/include/
Dperfstatsd_service.h35 android::binder::Status dumpHistory(std::string *_aidl_return);
/hardware/google/pixel/perfstatsd/
Dperfstatsd_service.cpp26 android::binder::Status PerfstatsdPrivateService::dumpHistory(std::string *_aidl_return) { in dumpHistory() function in PerfstatsdPrivateService
Dmain.cpp86 if (!perfstatsdPrivateService->dumpHistory(&history).isOk() || history.empty()) { in serviceCall()