Home
last modified time | relevance | path

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

/frameworks/base/cmds/incidentd/src/
DThrottler.cpp30 mRefractoryPeriodMs(refractoryPeriodMs), in Throttler()
53 if (now > mRefractoryPeriodMs + mLastRefractoryMs) { in shouldThrottle()
68 fprintf(out, "mRefractoryPeriodMs=%" PRIi64 "\n", mRefractoryPeriodMs); in dump()
DThrottler.h52 const int64_t mRefractoryPeriodMs; variable