Home
last modified time | relevance | path

Searched refs:mAccumulatedSize (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/cmds/incidentd/src/
DThrottler.cpp31 mAccumulatedSize(0), in Throttler()
55 mAccumulatedSize = 0; in shouldThrottle()
57 return mAccumulatedSize > mSizeLimit; in shouldThrottle()
62 mAccumulatedSize += reportByteSize; in addReportSize()
67 fprintf(out, "mAccumulatedSize=%zu\n", mAccumulatedSize); in dump()
DThrottler.h54 size_t mAccumulatedSize; variable