Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DPreferStylusOverTouchBlocker.cpp49 static void intersectInPlace(std::set<T>& set1, const std::set<T>& set2) { in intersectInPlace() function
76 static void intersectInPlace(std::map<K, V>& map, const std::set<K>& set2) { in intersectInPlace() function
200 intersectInPlace(mDevicesWithMixedToolType, presentDevices); in notifyInputDevicesChanged()
201 intersectInPlace(mLastTouchEvents, presentDevices); in notifyInputDevicesChanged()
202 intersectInPlace(mCanceledDevices, presentDevices); in notifyInputDevicesChanged()
203 intersectInPlace(mActiveStyli, presentDevices); in notifyInputDevicesChanged()