Searched refs:touchDevicesToKeep (Results 1 – 1 of 1) sorted by relevance
584 std::set<DeviceId> touchDevicesToKeep; in updatePointerControllersLocked() local619 touchDevicesToKeep.insert(info.getId()); in updatePointerControllersLocked()635 std::erase_if(mTouchPointersByDevice, [&touchDevicesToKeep](const auto& pair) { in updatePointerControllersLocked()636 return touchDevicesToKeep.find(pair.first) == touchDevicesToKeep.end(); in updatePointerControllersLocked()