Lines Matching defs:args
78 static bool isTouchEvent(const NotifyMotionArgs& args) { in isTouchEvent()
98 ClassifierEvent::ClassifierEvent(std::unique_ptr<NotifyMotionArgs> args) : in ClassifierEvent()
100 ClassifierEvent::ClassifierEvent(std::unique_ptr<NotifyDeviceResetArgs> args) : in ClassifierEvent()
102 ClassifierEvent::ClassifierEvent(ClassifierEventType type, std::unique_ptr<NotifyArgs> args) : in ClassifierEvent()
324 MotionClassification MotionClassifier::classify(const NotifyMotionArgs& args) { in classify()
343 void MotionClassifier::reset(const NotifyDeviceResetArgs& args) { in reset()
406 void InputClassifier::notifyConfigurationChanged(const NotifyConfigurationChangedArgs* args) { in notifyConfigurationChanged()
411 void InputClassifier::notifyKey(const NotifyKeyArgs* args) { in notifyKey()
416 void InputClassifier::notifyMotion(const NotifyMotionArgs* args) { in notifyMotion()
430 void InputClassifier::notifySwitch(const NotifySwitchArgs* args) { in notifySwitch()
435 void InputClassifier::notifyDeviceReset(const NotifyDeviceResetArgs* args) { in notifyDeviceReset()