HomeSort by relevance Sort by last modified time
    Searched refs:mThrottler (Results 1 - 2 of 2) sorted by null

  /frameworks/base/cmds/incidentd/src/
IncidentService.h 80 sp<Throttler> mThrottler;
149 sp<Throttler> mThrottler;
IncidentService.cpp 134 mThrottler(throttler),
181 batch = mThrottler->filterBatch(mBatch);
203 mThrottler->addReportSize(reportByteSize);
237 mThrottler = new Throttler(DEFAULT_BYTES_SIZE_LIMIT, DEFAULT_REFACTORY_PERIOD_MS);
241 mThrottler);
471 mThrottler->dump(out);

Completed in 465 milliseconds