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()
496 int tempPriority; in getLowestPriorityPid_l() local497 if (!mProcessInfo->getPriority(tempPid, &tempPriority)) { in getLowestPriorityPid_l()502 if (pid == -1 || tempPriority > priority) { in getLowestPriorityPid_l()505 priority = tempPriority; in getLowestPriorityPid_l()