Home
last modified time | relevance | path

Searched refs:stylusDevicesToKeep (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/services/inputflinger/
DPointerChoreographer.cpp585 std::set<DeviceId> stylusDevicesToKeep; in updatePointerControllersLocked() local
623 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()