Searched refs:lowestPriority (Results 1 – 3 of 3) sorted by relevance
148 int lowestPriority; in reclaimSession() local155 if (!getLowestPriority_l(&lowestPriorityPid, &lowestPriority)) { in reclaimSession()158 if (lowestPriority <= callingPriority) { in reclaimSession()181 bool DrmSessionManager::getLowestPriority_l(int* lowestPriorityPid, int* lowestPriority) { in getLowestPriority_l() argument207 *lowestPriority = priority; in getLowestPriority_l()
63 bool getLowestPriority_l(int* lowestPriorityPid, int* lowestPriority);
355 int lowestPriority; in getLowestPriorityBiggestClient_l() local362 if (!getLowestPriorityPid_l(type, &lowestPriorityPid, &lowestPriority)) { in getLowestPriorityBiggestClient_l()365 if (lowestPriority <= callingPriority) { in getLowestPriorityBiggestClient_l()367 lowestPriority, callingPriority); in getLowestPriorityBiggestClient_l()378 const String8 &type, int *lowestPriorityPid, int *lowestPriority) { in getLowestPriorityPid_l() argument405 *lowestPriority = priority; in getLowestPriorityPid_l()