Home
last modified time | relevance | path

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

/frameworks/av/services/mediaresourcemanager/
DResourceManagerService.cpp949 int lowestPriority; in getLowestPriorityBiggestClient_l() local
962 if (!getLowestPriorityPid_l(type, &lowestPriorityPid, &lowestPriority)) { in getLowestPriorityBiggestClient_l()
965 if (lowestPriority <= callingPriority) { in getLowestPriorityBiggestClient_l()
967 lowestPriority, callingPriority); in getLowestPriorityBiggestClient_l()
978 MediaResource::Type type, int *lowestPriorityPid, int *lowestPriority) { in getLowestPriorityPid_l() argument
1005 *lowestPriority = priority; in getLowestPriorityPid_l()