Home
last modified time | relevance | path

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

/frameworks/av/services/mediaresourcemanager/
DResourceManagerService.cpp954 bool ResourceManagerService::getPriority_l(int pid, int* priority) { in getPriority_l() function in android::ResourceManagerService
1004 if (!getPriority_l(callingPid, &callingPriority)) { in getLowestPriorityBiggestClient_l()
1039 if (!getPriority_l(tempPid, &tempPriority)) { in getLowestPriorityPid_l()
1059 if (!getPriority_l(callingPid, &callingPidPriority)) { in isCallingPriorityHigher_l()
1064 if (!getPriority_l(pid, &priority)) { in isCallingPriorityHigher_l()
DResourceManagerService.h164 bool getPriority_l(int pid, int* priority);