Home
last modified time | relevance | path

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

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