Lines Matching refs:evicted
1238 auto evicted = mActiveClientManager.addAndEvict(clientDescriptor); in finishConnectLocked() local
1243 if (evicted.size() > 0) { in finishConnectLocked()
1245 for (auto& i : evicted) { in finishConnectLocked()
1342 auto evicted = mActiveClientManager.wouldEvict(clientDescriptor); in handleEvictionsLocked() local
1346 if (std::find(evicted.begin(), evicted.end(), clientDescriptor) != evicted.end()) { in handleEvictionsLocked()
1385 for (auto& i : evicted) { in handleEvictionsLocked()
1827 auto evicted = mActiveClientManager.addAndEvict(offlineClientDesc); in addOfflineClient() local
1828 if (evicted.size() > 0) { in addOfflineClient()
1829 for (auto& i : evicted) { in addOfflineClient()
2384 std::vector<sp<BasicClient>> evicted; in evictClientIdByRemote() local
2394 evicted.push_back(clientSp); in evictClientIdByRemote()
2409 for (auto& i : evicted) { in evictClientIdByRemote()
2475 std::vector<sp<BasicClient>> evicted; in doUserSwitch() local
2491 evicted.push_back(clientSp); in doUserSwitch()
2515 for (auto& i : evicted) { in doUserSwitch()