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

/frameworks/av/drm/libmediadrm/
H A DDrmSessionManager.cpp189 int tempPriority; local
190 if (!mProcessInfo->getPriority(tempPid, &tempPriority)) {
196 priority = tempPriority;
198 if (tempPriority > priority) {
200 priority = tempPriority;
/frameworks/av/services/mediaresourcemanager/
H A DResourceManagerService.cpp475 int tempPriority; local
476 if (!mProcessInfo->getPriority(tempPid, &tempPriority)) {
481 if (pid == -1 || tempPriority > priority) {
484 priority = tempPriority;

Completed in 100 milliseconds