Home
last modified time | relevance | path

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

/frameworks/av/drm/libmediadrm/
DDrmSessionManager.cpp150 int callingPriority; in reclaimSession() local
151 if (!mProcessInfo->getPriority(callingPid, &callingPriority)) { in reclaimSession()
157 if (lowestPriority <= callingPriority) { in reclaimSession()
/frameworks/av/services/mediaresourcemanager/
DResourceManagerService.cpp461 int callingPriority; in getLowestPriorityBiggestClient_l() local
462 if (!mProcessInfo->getPriority(callingPid, &callingPriority)) { in getLowestPriorityBiggestClient_l()
470 if (lowestPriority <= callingPriority) { in getLowestPriorityBiggestClient_l()
472 lowestPriority, callingPriority); in getLowestPriorityBiggestClient_l()