Home
last modified time | relevance | path

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

/system/core/logd/
DLogStatistics.cpp391 void LogStatistics::WorstTwoWithThreshold(const LogHashtable<TKey, TEntry>& table, size_t threshold, in WorstTwoWithThreshold() function in LogStatistics
415 WorstTwoWithThreshold(uidTable[id], threshold, worst, worst_sizes, second_worst_sizes); in WorstTwoUids()
421 WorstTwoWithThreshold(tagTable, threshold, worst, worst_sizes, second_worst_sizes); in WorstTwoTags()
DLogStatistics.h574 void WorstTwoWithThreshold(const LogHashtable<TKey, TEntry>& table, size_t threshold,