Home
last modified time | relevance | path

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

/frameworks/base/cmds/incidentd/src/
DThrottler.cpp32 mLastRefractoryMs(android::elapsedRealtime()) {} in Throttler()
53 if (now > mRefractoryPeriodMs + mLastRefractoryMs) { in shouldThrottle()
54 mLastRefractoryMs = now; in shouldThrottle()
69 fprintf(out, "mLastRefractoryMs=%" PRIi64 "\n", mLastRefractoryMs); in dump()
DThrottler.h55 int64_t mLastRefractoryMs; variable