Searched refs:mPointerIdsBySlot (Results 1 – 2 of 2) sorted by relevance
504 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()
150 std::map<size_t /*slot*/, int32_t /*pointerId */> mPointerIdsBySlot; variable