Home
last modified time | relevance | path

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

/frameworks/av/drm/libmediadrm/
DDrmSessionManager.cpp189 int tempPriority; in getLowestPriority_l() local
190 if (!mProcessInfo->getPriority(tempPid, &tempPriority)) { in getLowestPriority_l()
196 priority = tempPriority; in getLowestPriority_l()
198 if (tempPriority > priority) { in getLowestPriority_l()
200 priority = tempPriority; in getLowestPriority_l()
/frameworks/av/services/mediaresourcemanager/
DResourceManagerService.cpp496 int tempPriority; in getLowestPriorityPid_l() local
497 if (!mProcessInfo->getPriority(tempPid, &tempPriority)) { in getLowestPriorityPid_l()
502 if (pid == -1 || tempPriority > priority) { in getLowestPriorityPid_l()
505 priority = tempPriority; in getLowestPriorityPid_l()