Lines Matching refs:deviceId
31 bool InputState::isHovering(int32_t deviceId, uint32_t source, int32_t displayId) const { in isHovering() argument
33 if (memento.deviceId == deviceId && memento.source == source && in isHovering()
104 entry.deviceId, entry.source, entry.displayId, actionMasked); in trackMotion()
161 entry.deviceId, entry.source, entry.displayId, actionMasked); in trackMotion()
175 entry.deviceId, entry.source, entry.displayId); in trackMotion()
198 if (memento.deviceId == entry.deviceId && memento.source == entry.source && in findKeyMemento()
210 if (memento.deviceId == entry.deviceId && memento.source == entry.source && in findMotionMemento()
220 memento.deviceId = entry.deviceId; in addKeyMemento()
234 memento.deviceId = entry.deviceId; in addMotionMemento()
273 events.push_back(new KeyEntry(mIdGenerator.nextId(), currentTime, memento.deviceId, in synthesizeCancelationEvents()
286 events.push_back(new MotionEntry(mIdGenerator.nextId(), currentTime, memento.deviceId, in synthesizeCancelationEvents()
336 events.push_back(new MotionEntry(mIdGenerator.nextId(), currentTime, memento.deviceId, in synthesizePointerDownEvents()
368 if (memento.deviceId == otherMemento.deviceId && in mergePointerStateTo()
407 if (options.deviceId && memento.deviceId != options.deviceId.value()) { in shouldCancelKey()
428 if (options.deviceId && memento.deviceId != options.deviceId.value()) { in shouldCancelMotion()