Searched refs:mLastRefractoryMs (Results 1 – 2 of 2) sorted by relevance
32 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()
55 int64_t mLastRefractoryMs; variable