Searched refs:ownerPids (Results 1 – 1 of 1) sorted by relevance
1967 std::vector<int> ownerPids(mActiveClientManager.getAllOwners()); in handleEvictionsLocked() local1968 ownerPids.push_back(clientPid); in handleEvictionsLocked()1970 std::vector<int> priorityScores(ownerPids.size()); in handleEvictionsLocked()1971 std::vector<int> states(ownerPids.size()); in handleEvictionsLocked()1974 status_t err = ProcessInfoService::getProcessStatesScoresFromPids(ownerPids.size(), in handleEvictionsLocked()1975 &ownerPids[0], /*out*/&states[0], /*out*/&priorityScores[0]); in handleEvictionsLocked()1983 for (size_t i = 0; i < ownerPids.size() - 1; i++) { in handleEvictionsLocked()1984 pidToPriorityMap.emplace(ownerPids[i], in handleEvictionsLocked()