Home
last modified time | relevance | path

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

/frameworks/av/media/libmediaplayerservice/
DDrmSessionManager.cpp189 int tempPid = mSessionMap.keyAt(i); in getLowestPriority_l() local
191 if (!mProcessInfo->getPriority(tempPid, &tempPriority)) { in getLowestPriority_l()
196 pid = tempPid; in getLowestPriority_l()
200 pid = tempPid; in getLowestPriority_l()
/frameworks/av/services/mediaresourcemanager/
DResourceManagerService.cpp390 int tempPid = mMap.keyAt(i); in getLowestPriorityPid_l() local
392 if (!mProcessInfo->getPriority(tempPid, &tempPriority)) { in getLowestPriorityPid_l()
393 ALOGV("getLowestPriorityPid_l: can't get priority of pid %d, skipped", tempPid); in getLowestPriorityPid_l()
399 pid = tempPid; in getLowestPriorityPid_l()