Home
last modified time | relevance | path

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

/frameworks/av/drm/libmediadrm/
DDrmSessionManager.cpp188 int tempPid = mSessionMap.keyAt(i); in getLowestPriority_l() local
190 if (!mProcessInfo->getPriority(tempPid, &tempPriority)) { in getLowestPriority_l()
195 pid = tempPid; in getLowestPriority_l()
199 pid = tempPid; in getLowestPriority_l()
/frameworks/av/services/mediaresourcemanager/
DResourceManagerService.cpp495 int tempPid = mMap.keyAt(i); in getLowestPriorityPid_l() local
497 if (!mProcessInfo->getPriority(tempPid, &tempPriority)) { in getLowestPriorityPid_l()
498 ALOGV("getLowestPriorityPid_l: can't get priority of pid %d, skipped", tempPid); in getLowestPriorityPid_l()
504 pid = tempPid; in getLowestPriorityPid_l()