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()
439 int lowestPriority; in getLowestPriorityBiggestClient_l() local446 if (!getLowestPriorityPid_l(type, &lowestPriorityPid, &lowestPriority)) { in getLowestPriorityBiggestClient_l()449 if (lowestPriority <= callingPriority) { in getLowestPriorityBiggestClient_l()451 lowestPriority, callingPriority); in getLowestPriorityBiggestClient_l()462 MediaResource::Type type, int *lowestPriorityPid, int *lowestPriority) { in getLowestPriorityPid_l() argument489 *lowestPriority = priority; in getLowestPriorityPid_l()
63 bool getLowestPriority_l(int* lowestPriorityPid, int* lowestPriority);