Home
last modified time | relevance | path

Searched refs:lowestPriority (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/media/libmediaplayerservice/
DDrmSessionManager.cpp148 int lowestPriority; in reclaimSession() local
155 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() argument
207 *lowestPriority = priority; in getLowestPriority_l()
DDrmSessionManager.h63 bool getLowestPriority_l(int* lowestPriorityPid, int* lowestPriority);
/frameworks/av/services/mediaresourcemanager/
DResourceManagerService.cpp355 int lowestPriority; in getLowestPriorityBiggestClient_l() local
362 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() argument
405 *lowestPriority = priority; in getLowestPriorityPid_l()