Searched refs:lowestPriority (Results 1 – 8 of 8) sorted by relevance
/frameworks/av/services/mediaresourcemanager/ |
D | ProcessPriorityReclaimPolicy.cpp | 63 int lowestPriority = -1; in getClients() local 70 clients, clientInfo, lowestPriority); in getClients() 77 clients, clientInfo, lowestPriority); in getClients() 91 clients, clientInfo, lowestPriority)) { in getClients() 98 __func__, callingPid, callingPriority, clientInfo.mPid, lowestPriority); in getClients() 110 int& lowestPriority) { in getBiggestClientFromLowestPriority() argument 114 lowestPriority = -1; in getBiggestClientFromLowestPriority() 116 lowestPriorityPid, lowestPriority)) { in getBiggestClientFromLowestPriority() 124 if (lowestPriority <= callingPriority) { in getBiggestClientFromLowestPriority() 126 __func__, lowestPriority, callingPriority); in getBiggestClientFromLowestPriority()
|
D | ProcessPriorityReclaimPolicy.h | 81 int& lowestPriority);
|
D | ResourceTracker.h | 131 int& lowestPriorityPid, int& lowestPriority); 141 int& lowestPriorityPid, int& lowestPriority);
|
D | ResourceManagerService.cpp | 967 int lowestPriority; in getLowestPriorityBiggestClient_l() local 974 if (!getLowestPriorityPid_l(type, subType, &lowestPriorityPid, &lowestPriority)) { in getLowestPriorityBiggestClient_l() 977 if (lowestPriority <= callingPriority) { in getLowestPriorityBiggestClient_l() 979 __func__, lowestPriority, callingPriority); in getLowestPriorityBiggestClient_l() 988 __func__, callingPid, callingPriority, lowestPriorityPid, lowestPriority); in getLowestPriorityBiggestClient_l() 993 MediaResource::SubType subType, int *lowestPriorityPid, int *lowestPriority) { in getLowestPriorityPid_l() argument 1019 *lowestPriority = priority; in getLowestPriorityPid_l()
|
D | ResourceTracker.cpp | 416 int& lowestPriorityPid, int& lowestPriority) { in getLowestPriorityPid() argument 445 lowestPriority = priority; in getLowestPriorityPid() 453 int& lowestPriorityPid, int& lowestPriority) { in getLowestPriorityPid() argument 482 lowestPriority = priority; in getLowestPriorityPid()
|
D | ResourceManagerServiceNew.h | 159 int* lowestPriorityPid, int* lowestPriority) override;
|
D | ResourceManagerServiceNew.cpp | 330 int* lowestPriorityPid, int* lowestPriority) { in getLowestPriorityPid_l() argument 334 *lowestPriority); in getLowestPriorityPid_l()
|
D | ResourceManagerService.h | 207 int* lowestPriorityPid, int* lowestPriority);
|