Searched refs:procStatCollector (Results 1 – 6 of 6) sorted by relevance
158 const android::wp<ProcStatCollectorInterface>& procStatCollector) override;162 const android::wp<ProcStatCollectorInterface>& procStatCollector) override;167 const android::wp<ProcStatCollectorInterface>& procStatCollector) override;172 const android::wp<ProcStatCollectorInterface>& procStatCollector) override;178 const android::wp<ProcStatCollectorInterface>& procStatCollector) override;204 const android::sp<ProcStatCollectorInterface>& procStatCollector,213 void processProcStatLocked(const android::sp<ProcStatCollectorInterface>& procStatCollector,
222 const sp<ProcStatCollectorInterface>& procStatCollector) { in checkDataCollectors() argument223 if (uidStatsCollector != nullptr && procStatCollector != nullptr) { in checkDataCollectors()230 if (procStatCollector == nullptr) { in checkDataCollectors()456 const wp<ProcStatCollectorInterface>& procStatCollector) { in onBoottimeCollection() argument458 const sp<ProcStatCollectorInterface> procStatCollectorSp = procStatCollector.promote(); in onBoottimeCollection()471 const wp<ProcStatCollectorInterface>& procStatCollector) { in onPeriodicCollection() argument473 const sp<ProcStatCollectorInterface> procStatCollectorSp = procStatCollector.promote(); in onPeriodicCollection()486 const android::wp<ProcStatCollectorInterface>& procStatCollector) { in onUserSwitchCollection() argument488 const sp<ProcStatCollectorInterface> procStatCollectorSp = procStatCollector.promote(); in onUserSwitchCollection()515 const wp<ProcStatCollectorInterface>& procStatCollector) { in onWakeUpCollection() argument[all …]
125 [[maybe_unused]] const android::wp<ProcStatCollectorInterface>& procStatCollector) in onBoottimeCollection() argument134 [[maybe_unused]] const android::wp<ProcStatCollectorInterface>& procStatCollector) in onWakeUpCollection() argument144 [[maybe_unused]] const android::wp<ProcStatCollectorInterface>& procStatCollector) in onUserSwitchCollection() argument153 const android::wp<ProcStatCollectorInterface>& procStatCollector) override;159 const android::wp<ProcStatCollectorInterface>& procStatCollector) override;
91 const android::wp<ProcStatCollectorInterface>& procStatCollector) = 0;95 const android::wp<ProcStatCollectorInterface>& procStatCollector) = 0;100 const android::wp<ProcStatCollectorInterface>& procStatCollector) = 0;105 const android::wp<ProcStatCollectorInterface>& procStatCollector) = 0;115 const android::wp<ProcStatCollectorInterface>& procStatCollector) = 0;
223 [[maybe_unused]] const android::wp<ProcStatCollectorInterface>& procStatCollector) { in onPeriodicCollection() argument370 const android::wp<ProcStatCollectorInterface>& procStatCollector) { in onCustomCollection() argument372 return onPeriodicCollection(time, systemState, uidStatsCollector, procStatCollector); in onCustomCollection()
76 const sp<ProcStatCollectorInterface>& procStatCollector, in init() argument81 mService->mProcStatCollector = procStatCollector; in init()