Searched refs:worst (Results 1 – 1 of 1) sorted by relevance
547 uid_t worst = (uid_t) -1; in prune() local565 worst = sorted[0]->getKey(); in prune()574 if ((worst == AID_SYSTEM) && mPrune.worstPidOfSystemEnabled()) { in prune()577 worst, (pid_t)0, 2, id, worst); in prune()588 if ((worst == (uid_t) -1) && !hasBlacklist) { in prune()600 if (!gc && (worst != (uid_t) -1)) { in prune()602 LogBufferIteratorMap::iterator found = mLastWorstUid[id].find(worst); in prune()673 if (element->getUid() == worst) { in prune()696 if ((!gc && !worstPid && (element->getUid() == worst)) in prune()705 if ((element->getUid() != worst) in prune()[all …]