Searched refs:tempPriority (Results 1 – 2 of 2) sorted by relevance
189 int tempPriority; in getLowestPriority_l() local190 if (!mProcessInfo->getPriority(tempPid, &tempPriority)) { in getLowestPriority_l()196 priority = tempPriority; in getLowestPriority_l()198 if (tempPriority > priority) { in getLowestPriority_l()200 priority = tempPriority; in getLowestPriority_l()
475 int tempPriority; in getLowestPriorityPid_l() local476 if (!mProcessInfo->getPriority(tempPid, &tempPriority)) { in getLowestPriorityPid_l()481 if (pid == -1 || tempPriority > priority) { in getLowestPriorityPid_l()484 priority = tempPriority; in getLowestPriorityPid_l()