Lines Matching defs:args
70 static bool isTouchEvent(const NotifyMotionArgs& args) { in isTouchEvent()
76 ClassifierEvent::ClassifierEvent(std::unique_ptr<NotifyMotionArgs> args) : in ClassifierEvent()
78 ClassifierEvent::ClassifierEvent(std::unique_ptr<NotifyDeviceResetArgs> args) : in ClassifierEvent()
80 ClassifierEvent::ClassifierEvent(ClassifierEventType type, std::unique_ptr<NotifyArgs> args) : in ClassifierEvent()
271 MotionClassification MotionClassifier::classify(const NotifyMotionArgs& args) { in classify()
290 void MotionClassifier::reset(const NotifyDeviceResetArgs& args) { in reset()
370 void InputClassifier::notifyConfigurationChanged(const NotifyConfigurationChangedArgs* args) { in notifyConfigurationChanged()
375 void InputClassifier::notifyKey(const NotifyKeyArgs* args) { in notifyKey()
380 void InputClassifier::notifyMotion(const NotifyMotionArgs* args) { in notifyMotion()
394 void InputClassifier::notifySwitch(const NotifySwitchArgs* args) { in notifySwitch()
399 void InputClassifier::notifyDeviceReset(const NotifyDeviceResetArgs* args) { in notifyDeviceReset()