Lines Matching defs:args
70 static bool isTouchEvent(const NotifyMotionArgs& args) { in isTouchEvent()
127 ClassifierEvent::ClassifierEvent(const NotifyMotionArgs& args) in ClassifierEvent()
130 ClassifierEvent::ClassifierEvent(const NotifyDeviceResetArgs& args) in ClassifierEvent()
133 ClassifierEvent::ClassifierEvent(ClassifierEventType type, std::optional<NotifyArgs> args) in ClassifierEvent()
304 MotionClassification MotionClassifier::classify(const NotifyMotionArgs& args) { in classify()
322 void MotionClassifier::reset(const NotifyDeviceResetArgs& args) { in reset()
416 void InputProcessor::notifyInputDevicesChanged(const NotifyInputDevicesChangedArgs& args) { in notifyInputDevicesChanged()
422 void InputProcessor::notifyConfigurationChanged(const NotifyConfigurationChangedArgs& args) { in notifyConfigurationChanged()
428 void InputProcessor::notifyKey(const NotifyKeyArgs& args) { in notifyKey()
434 void InputProcessor::notifyMotion(const NotifyMotionArgs& args) { in notifyMotion()
456 void InputProcessor::notifySensor(const NotifySensorArgs& args) { in notifySensor()
462 void InputProcessor::notifyVibratorState(const NotifyVibratorStateArgs& args) { in notifyVibratorState()
468 void InputProcessor::notifySwitch(const NotifySwitchArgs& args) { in notifySwitch()
474 void InputProcessor::notifyDeviceReset(const NotifyDeviceResetArgs& args) { in notifyDeviceReset()
487 void InputProcessor::notifyPointerCaptureChanged(const NotifyPointerCaptureChangedArgs& args) { in notifyPointerCaptureChanged()