Searched refs:lowestPriority (Results 1 – 4 of 4) sorted by relevance
147 int lowestPriority; in reclaimSession() local154 if (!getLowestPriority_l(&lowestPriorityPid, &lowestPriority)) { in reclaimSession()157 if (lowestPriority <= callingPriority) { in reclaimSession()180 bool DrmSessionManager::getLowestPriority_l(int* lowestPriorityPid, int* lowestPriority) { in getLowestPriority_l() argument206 *lowestPriority = priority; in getLowestPriority_l()
460 int lowestPriority; in getLowestPriorityBiggestClient_l() local467 if (!getLowestPriorityPid_l(type, &lowestPriorityPid, &lowestPriority)) { in getLowestPriorityBiggestClient_l()470 if (lowestPriority <= callingPriority) { in getLowestPriorityBiggestClient_l()472 lowestPriority, callingPriority); in getLowestPriorityBiggestClient_l()483 MediaResource::Type type, int *lowestPriorityPid, int *lowestPriority) { in getLowestPriorityPid_l() argument510 *lowestPriority = priority; in getLowestPriorityPid_l()
63 bool getLowestPriority_l(int* lowestPriorityPid, int* lowestPriority);