Lines Matching refs:evicted
1290 auto evicted = mActiveClientManager.addAndEvict(clientDescriptor); in finishConnectLocked() local
1295 if (evicted.size() > 0) { in finishConnectLocked()
1297 for (auto& i : evicted) { in finishConnectLocked()
1399 auto evicted = mActiveClientManager.wouldEvict(clientDescriptor); in handleEvictionsLocked() local
1403 if (std::find(evicted.begin(), evicted.end(), clientDescriptor) != evicted.end()) { in handleEvictionsLocked()
1442 for (auto& i : evicted) { in handleEvictionsLocked()
1942 auto evicted = mActiveClientManager.addAndEvict(offlineClientDesc); in addOfflineClient() local
1943 if (evicted.size() > 0) { in addOfflineClient()
1944 for (auto& i : evicted) { in addOfflineClient()
2605 std::vector<sp<BasicClient>> evicted; in evictClientIdByRemote() local
2615 evicted.push_back(clientSp); in evictClientIdByRemote()
2630 for (auto& i : evicted) { in evictClientIdByRemote()
2696 std::vector<sp<BasicClient>> evicted; in doUserSwitch() local
2712 evicted.push_back(clientSp); in doUserSwitch()
2736 for (auto& i : evicted) { in doUserSwitch()