Lines Matching defs:args
119 static int32_t getActionUpForPointerId(const NotifyMotionArgs& args, int32_t pointerId) { in getActionUpForPointerId()
151 NotifyMotionArgs removePointerIds(const NotifyMotionArgs& args, in removePointerIds()
202 static std::optional<NotifyMotionArgs> removeStylusPointerIds(const NotifyMotionArgs& args) { in removeStylusPointerIds()
274 const NotifyMotionArgs& args, const std::set<int32_t>& oldSuppressedPointerIds, in cancelSuppressedPointers()
333 const NotifyConfigurationChangedArgs& args) { in notifyConfigurationChanged()
338 void UnwantedInteractionBlocker::notifyKey(const NotifyKeyArgs& args) { in notifyKey()
343 void UnwantedInteractionBlocker::notifyMotion(const NotifyMotionArgs& args) { in notifyMotion()
358 void UnwantedInteractionBlocker::enqueueOutboundMotionLocked(const NotifyMotionArgs& args) { in enqueueOutboundMotionLocked()
363 void UnwantedInteractionBlocker::notifyMotionLocked(const NotifyMotionArgs& args) { in notifyMotionLocked()
377 void UnwantedInteractionBlocker::notifySwitch(const NotifySwitchArgs& args) { in notifySwitch()
382 void UnwantedInteractionBlocker::notifySensor(const NotifySensorArgs& args) { in notifySensor()
387 void UnwantedInteractionBlocker::notifyVibratorState(const NotifyVibratorStateArgs& args) { in notifyVibratorState()
391 void UnwantedInteractionBlocker::notifyDeviceReset(const NotifyDeviceResetArgs& args) { in notifyDeviceReset()
409 const NotifyPointerCaptureChangedArgs& args) { in notifyPointerCaptureChanged()
415 const NotifyInputDevicesChangedArgs& args) { in notifyInputDevicesChanged()
476 void SlotState::update(const NotifyMotionArgs& args) { in update()
569 std::vector<::ui::InProgressTouchEvdev> getTouches(const NotifyMotionArgs& args, in getTouches()
636 std::set<int32_t> PalmRejector::detectPalmPointers(const NotifyMotionArgs& args) { in detectPalmPointers()
678 std::vector<NotifyMotionArgs> PalmRejector::processMotion(const NotifyMotionArgs& args) { in processMotion()