Searched refs:stylusDevicesToKeep (Results 1 – 1 of 1) sorted by relevance
585 std::set<DeviceId> stylusDevicesToKeep; in updatePointerControllersLocked() local623 stylusDevicesToKeep.insert(info.getId()); in updatePointerControllersLocked()638 std::erase_if(mStylusPointersByDevice, [&stylusDevicesToKeep](const auto& pair) { in updatePointerControllersLocked()639 return stylusDevicesToKeep.find(pair.first) == stylusDevicesToKeep.end(); in updatePointerControllersLocked()