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