Searched refs:WorstTwoWithThreshold (Results 1 – 2 of 2) sorted by relevance
/system/core/logd/ |
D | LogStatistics.cpp | 391 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()
|
D | LogStatistics.h | 574 void WorstTwoWithThreshold(const LogHashtable<TKey, TEntry>& table, size_t threshold,
|