Searched refs:mMinQueueHistoryNs (Results 1 – 2 of 2) sorted by relevance
270 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()
570 int64_t mMinQueueHistoryNs = kInt64Max; variable