Lines Matching refs:evicted
1040 auto evicted = mActiveClientManager.addAndEvict(clientDescriptor); in finishConnectLocked() local
1045 if (evicted.size() > 0) { in finishConnectLocked()
1047 for (auto& i : evicted) { in finishConnectLocked()
1135 auto evicted = mActiveClientManager.wouldEvict(clientDescriptor); in handleEvictionsLocked() local
1139 if (std::find(evicted.begin(), evicted.end(), clientDescriptor) != evicted.end()) { in handleEvictionsLocked()
1171 for (auto& i : evicted) { in handleEvictionsLocked()
1664 std::vector<sp<BasicClient>> evicted; in evictClientIdByRemote() local
1675 evicted.push_back(clientSp); in evictClientIdByRemote()
1690 for (auto& i : evicted) { in evictClientIdByRemote()
1831 std::vector<sp<BasicClient>> evicted; in doUserSwitch() local
1847 evicted.push_back(clientSp); in doUserSwitch()
1869 for (auto& i : evicted) { in doUserSwitch()