Searched refs:mMaxQueueHistoryNs (Results 1 – 2 of 2) sorted by relevance
268 if (history > mMaxQueueHistoryNs) { in noteEventQueueOverflow()269 mMaxQueueHistoryNs = history; in noteEventQueueOverflow()608 mMaxQueueHistoryNs = 0; in resetInternalLocked()844 mOverflowCount, (long long)mMaxQueueHistoryNs, (long long)mMinQueueHistoryNs); in dumpStats()1054 (long long)mMaxQueueHistoryNs); in dumpStats()
612 int64_t mMaxQueueHistoryNs = 0; variable