Home
last modified time | relevance | path

Searched refs:procStatCollector (Results 1 – 6 of 6) sorted by relevance

/packages/services/Car/cpp/watchdog/server/src/
DPerformanceProfiler.h265 const android::wp<ProcStatCollectorInterface>& procStatCollector,
271 const android::wp<ProcStatCollectorInterface>& procStatCollector) override;
276 const android::wp<ProcStatCollectorInterface>& procStatCollector,
282 const android::wp<ProcStatCollectorInterface>& procStatCollector) override;
288 const android::wp<ProcStatCollectorInterface>& procStatCollector,
354 const android::sp<ProcStatCollectorInterface>& procStatCollector,
368 void processProcStatLocked(const android::sp<ProcStatCollectorInterface>& procStatCollector,
DIoOveruseMonitor.h140 [[maybe_unused]] const android::wp<ProcStatCollectorInterface>& procStatCollector, in onBoottimeCollection() argument
150 [[maybe_unused]] const android::wp<ProcStatCollectorInterface>& procStatCollector) in onWakeUpCollection() argument
160 [[maybe_unused]] const android::wp<ProcStatCollectorInterface>& procStatCollector) in onUserSwitchCollection() argument
169 const android::wp<ProcStatCollectorInterface>& procStatCollector,
176 const android::wp<ProcStatCollectorInterface>& procStatCollector,
DWatchdogPerfService.h108 const android::wp<ProcStatCollectorInterface>& procStatCollector,
114 const android::wp<ProcStatCollectorInterface>& procStatCollector) = 0;
119 const android::wp<ProcStatCollectorInterface>& procStatCollector,
125 const android::wp<ProcStatCollectorInterface>& procStatCollector) = 0;
135 const android::wp<ProcStatCollectorInterface>& procStatCollector,
DPerformanceProfiler.cpp154 const sp<ProcStatCollectorInterface>& procStatCollector) { in checkDataCollectors() argument
155 if (uidStatsCollector != nullptr && procStatCollector != nullptr) { in checkDataCollectors()
162 if (procStatCollector == nullptr) { in checkDataCollectors()
1027 const wp<ProcStatCollectorInterface>& procStatCollector, ResourceStats* resourceStats) { in onBoottimeCollection() argument
1029 const sp<ProcStatCollectorInterface> procStatCollectorSp = procStatCollector.promote(); in onBoottimeCollection()
1043 const wp<ProcStatCollectorInterface>& procStatCollector, ResourceStats* resourceStats) { in onPeriodicCollection() argument
1045 const sp<ProcStatCollectorInterface> procStatCollectorSp = procStatCollector.promote(); in onPeriodicCollection()
1059 const android::wp<ProcStatCollectorInterface>& procStatCollector) { in onUserSwitchCollection() argument
1061 const sp<ProcStatCollectorInterface> procStatCollectorSp = procStatCollector.promote(); in onUserSwitchCollection()
1089 const android::wp<ProcStatCollectorInterface>& procStatCollector) { in onWakeUpCollection() argument
[all …]
DIoOveruseMonitor.cpp254 [[maybe_unused]] const android::wp<ProcStatCollectorInterface>& procStatCollector, in onPeriodicCollection() argument
404 const android::wp<ProcStatCollectorInterface>& procStatCollector, in onCustomCollection() argument
407 return onPeriodicCollection(time, systemState, uidStatsCollector, procStatCollector, in onCustomCollection()
/packages/services/Car/cpp/watchdog/server/tests/
DWatchdogPerfServiceTest.cpp133 const sp<ProcStatCollectorInterface>& procStatCollector, in init() argument
138 mService->mProcStatCollector = procStatCollector; in init()