Searched refs:ownerPids (Results 1 – 1 of 1) sorted by relevance
1132 std::vector<int> ownerPids(mActiveClientManager.getAllOwners()); in handleEvictionsLocked() local1133 ownerPids.push_back(clientPid); in handleEvictionsLocked()1135 std::vector<int> priorityScores(ownerPids.size()); in handleEvictionsLocked()1136 std::vector<int> states(ownerPids.size()); in handleEvictionsLocked()1140 ownerPids.size(), &ownerPids[0], /*out*/&states[0], in handleEvictionsLocked()1150 for (size_t i = 0; i < ownerPids.size() - 1; i++) { in handleEvictionsLocked()1151 pidToPriorityMap.emplace(ownerPids[i], in handleEvictionsLocked()