Home
last modified time | relevance | path

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

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