Home
last modified time | relevance | path

Searched refs:targetClient (Results 1 – 6 of 6) sorted by relevance

/frameworks/av/services/mediaresourcemanager/
DClientImportanceReclaimPolicy.cpp47 ClientInfo targetClient; in getClients() local
58 clients, targetClient); in getClients()
66 clients, targetClient); in getClients()
81 clients, targetClient)) { in getClients()
85 targetClients.emplace_back(targetClient); in getClients()
DProcessPriorityReclaimPolicy.cpp109 ClientInfo& targetClient, in getBiggestClientFromLowestPriority() argument
132 clients, targetClient, primarySubType); in getBiggestClientFromLowestPriority()
DProcessPriorityReclaimPolicy.h80 ClientInfo& targetClient,
DResourceManagerServiceNew.cpp276 ClientInfo targetClient; in getClientForResource_l() local
279 resource.subType, targetClient)) { in getClientForResource_l()
280 targetClients.emplace_back(targetClient); in getClientForResource_l()
DResourceManagerService.cpp631 for (const ClientInfo& targetClient : targetClients) { in pushReclaimAtom() local
633 getPriority_l(targetClient.mPid, &targetPriority); in pushReclaimAtom()
683 for (const ClientInfo& targetClient : targetClients) { in reclaimUnconditionallyFrom() local
687 client = getClient_l(targetClient.mPid, targetClient.mClientId); in reclaimUnconditionallyFrom()
698 failedClientId = targetClient.mClientId; in reclaimUnconditionallyFrom()
699 failedClientPid = targetClient.mPid; in reclaimUnconditionallyFrom()
DResourceManagerMetrics.cpp547 for (const ClientInfo& targetClient : targetClients) { in pushReclaimAtom() local
558 targetClient.mPid, in pushReclaimAtom()
559 targetClient.mUid, in pushReclaimAtom()