Searched refs:removedIds (Results 1 – 2 of 2) sorted by relevance
3270 auto& removedIds = r.second; in filterLogicalCameraIdsLocked() local3272 auto foundId = std::find(removedIds.begin(), removedIds.end(), id); in filterLogicalCameraIdsLocked()3273 if (foundId == removedIds.end()) { in filterLogicalCameraIdsLocked()3277 removedIds.erase(foundId); in filterLogicalCameraIdsLocked()3281 [&removedIds](const std::string& s) { in filterLogicalCameraIdsLocked()3282 return removedIds.find(s) != removedIds.end();}), in filterLogicalCameraIdsLocked()
251 final Set<String> removedIds = mCallManager.clearCallIdsForAssociationId(associationId); in clearInProgressCalls() local255 connectionServiceCallback.cleanUpCallIds(removedIds); in clearInProgressCalls()