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

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

Completed in 3596 milliseconds