Searched refs:ownerPids (Results 1 – 1 of 1) sorted by relevance
1110 std::vector<int> ownerPids(mActiveClientManager.getAllOwners()); in handleEvictionsLocked() local1111 ownerPids.push_back(clientPid); in handleEvictionsLocked()1113 std::vector<int> priorityScores(ownerPids.size()); in handleEvictionsLocked()1114 std::vector<int> states(ownerPids.size()); in handleEvictionsLocked()1118 ownerPids.size(), &ownerPids[0], /*out*/&states[0], in handleEvictionsLocked()1128 for (size_t i = 0; i < ownerPids.size() - 1; i++) { in handleEvictionsLocked()1129 pidToPriorityMap.emplace(ownerPids[i], in handleEvictionsLocked()