Lines Matching defs:args
69 static bool isTouchEvent(const NotifyMotionArgs& args) { in isTouchEvent()
126 ClassifierEvent::ClassifierEvent(std::unique_ptr<NotifyMotionArgs> args) : in ClassifierEvent()
128 ClassifierEvent::ClassifierEvent(std::unique_ptr<NotifyDeviceResetArgs> args) : in ClassifierEvent()
130 ClassifierEvent::ClassifierEvent(ClassifierEventType type, std::unique_ptr<NotifyArgs> args) : in ClassifierEvent()
305 MotionClassification MotionClassifier::classify(const NotifyMotionArgs& args) { in classify()
324 void MotionClassifier::reset(const NotifyDeviceResetArgs& args) { in reset()
418 void InputClassifier::notifyConfigurationChanged(const NotifyConfigurationChangedArgs* args) { in notifyConfigurationChanged()
424 void InputClassifier::notifyKey(const NotifyKeyArgs* args) { in notifyKey()
430 void InputClassifier::notifyMotion(const NotifyMotionArgs* args) { in notifyMotion()
446 void InputClassifier::notifySensor(const NotifySensorArgs* args) { in notifySensor()
452 void InputClassifier::notifyVibratorState(const NotifyVibratorStateArgs* args) { in notifyVibratorState()
458 void InputClassifier::notifySwitch(const NotifySwitchArgs* args) { in notifySwitch()
464 void InputClassifier::notifyDeviceReset(const NotifyDeviceResetArgs* args) { in notifyDeviceReset()
477 void InputClassifier::notifyPointerCaptureChanged(const NotifyPointerCaptureChangedArgs* args) { in notifyPointerCaptureChanged()