Home
last modified time | relevance | path

Searched refs:filterBatch (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/cmds/incidentd/src/
H A DThrottler.h42 sp<ReportBatch> filterBatch(const sp<ReportBatch>& queued);
H A DThrottler.cpp36 sp<ReportBatch> Throttler::filterBatch(const sp<ReportBatch>& queued) { in filterBatch() function in android::os::incidentd::Throttler
H A DIncidentService.cpp185 batch = mThrottler->filterBatch(mBatch); in take_report()