Home
last modified time | relevance | path

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

/system/logging/logd/
DLogStatistics.cpp394 std::array<const TKey*, 2> max_keys; in WorstTwoWithThreshold() local
396 table.MaxEntries(AID_ROOT, 0, max_keys, max_entries); in WorstTwoWithThreshold()
404 *worst = *max_keys[0]; in WorstTwoWithThreshold()
427 std::array<const pid_t*, 2> max_keys; in WorstTwoSystemPids() local
429 pidSystemTable[id].MaxEntries(AID_SYSTEM, 0, max_keys, max_entries); in WorstTwoSystemPids()
434 *worst = *max_keys[0]; in WorstTwoSystemPids()