Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DUnwantedInteractionBlocker.cpp504 for (const auto& [slot, trackingId] : mPointerIdsBySlot) { in findUnusedSlot()
520 mPointerIdsBySlot[newSlot] = pointerId; in processPointerId()
536 mPointerIdsBySlot.erase(slot); in processPointerId()
557 out += addLinePrefix(dumpMap(mPointerIdsBySlot), " ") + "\n"; in dump()
DUnwantedInteractionBlocker.h150 std::map<size_t /*slot*/, int32_t /*pointerId */> mPointerIdsBySlot; variable