Home
last modified time | relevance | path

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

/frameworks/base/cmds/statsd/src/guardrail/
DStatsdStats.cpp272 if (history < mMinQueueHistoryNs) { in noteEventQueueOverflow()
273 mMinQueueHistoryNs = history; in noteEventQueueOverflow()
607 mMinQueueHistoryNs = kInt64Max; in resetInternalLocked()
844 mOverflowCount, (long long)mMaxQueueHistoryNs, (long long)mMinQueueHistoryNs); in dumpStats()
1056 (long long)mMinQueueHistoryNs); in dumpStats()
DStatsdStats.h616 int64_t mMinQueueHistoryNs = kInt64Max; variable