Home
last modified time | relevance | path

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

/frameworks/base/cmds/statsd/src/guardrail/
DStatsdStats.cpp270 if (history < mMinQueueHistoryNs) { in noteEventQueueOverflow()
271 mMinQueueHistoryNs = history; in noteEventQueueOverflow()
577 mMinQueueHistoryNs = kInt64Max; in resetInternalLocked()
777 mOverflowCount, (long long)mMaxQueueHistoryNs, (long long)mMinQueueHistoryNs); in dumpStats()
981 (long long)mMinQueueHistoryNs); in dumpStats()
DStatsdStats.h570 int64_t mMinQueueHistoryNs = kInt64Max; variable