Home
last modified time | relevance | path

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

/frameworks/av/services/mediaresourcemanager/
DResourceTracker.cpp428 int tempPriority = -1; in getLowestPriorityPid() local
429 if (!getPriority(tempPid, &tempPriority)) { in getLowestPriorityPid()
434 if (pid == -1 || tempPriority > priority) { in getLowestPriorityPid()
437 priority = tempPriority; in getLowestPriorityPid()
465 int tempPriority = -1; in getLowestPriorityPid() local
466 if (!getPriority(client.mPid, &tempPriority)) { in getLowestPriorityPid()
471 if (pid == -1 || tempPriority > priority) { in getLowestPriorityPid()
474 priority = tempPriority; in getLowestPriorityPid()
DResourceManagerService.cpp1005 int tempPriority = -1; in getLowestPriorityPid_l() local
1006 if (!getPriority_l(tempPid, &tempPriority)) { in getLowestPriorityPid_l()
1011 if (pid == -1 || tempPriority > priority) { in getLowestPriorityPid_l()
1014 priority = tempPriority; in getLowestPriorityPid_l()