Home
last modified time | relevance | path

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

/frameworks/av/services/mediaresourcemanager/
DResourceManagerService.cpp586 int lowestPriority; in getLowestPriorityBiggestClient_l() local
593 if (!getLowestPriorityPid_l(type, &lowestPriorityPid, &lowestPriority)) { in getLowestPriorityBiggestClient_l()
596 if (lowestPriority <= callingPriority) { in getLowestPriorityBiggestClient_l()
598 lowestPriority, callingPriority); in getLowestPriorityBiggestClient_l()
609 MediaResource::Type type, int *lowestPriorityPid, int *lowestPriority) { in getLowestPriorityPid_l() argument
636 *lowestPriority = priority; in getLowestPriorityPid_l()