Searched refs:mMaxQueueHistoryNs (Results 1 – 2 of 2) sorted by relevance
266 if (history > mMaxQueueHistoryNs) { in noteEventQueueOverflow()267 mMaxQueueHistoryNs = history; in noteEventQueueOverflow()578 mMaxQueueHistoryNs = 0; in resetInternalLocked()777 mOverflowCount, (long long)mMaxQueueHistoryNs, (long long)mMinQueueHistoryNs); in dumpStats()979 (long long)mMaxQueueHistoryNs); in dumpStats()
566 int64_t mMaxQueueHistoryNs = 0; variable