Home
last modified time | relevance | path

Searched refs:QueuedInputListener (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/services/inputflinger/
DInputListener.cpp64 QueuedInputListener::QueuedInputListener(InputListenerInterface& innerListener) in QueuedInputListener() function in android::QueuedInputListener
67 void QueuedInputListener::notifyInputDevicesChanged(const NotifyInputDevicesChangedArgs& args) { in notifyInputDevicesChanged()
71 void QueuedInputListener::notifyConfigurationChanged(const NotifyConfigurationChangedArgs& args) { in notifyConfigurationChanged()
75 void QueuedInputListener::notifyKey(const NotifyKeyArgs& args) { in notifyKey()
79 void QueuedInputListener::notifyMotion(const NotifyMotionArgs& args) { in notifyMotion()
83 void QueuedInputListener::notifySwitch(const NotifySwitchArgs& args) { in notifySwitch()
87 void QueuedInputListener::notifySensor(const NotifySensorArgs& args) { in notifySensor()
91 void QueuedInputListener::notifyVibratorState(const NotifyVibratorStateArgs& args) { in notifyVibratorState()
95 void QueuedInputListener::notifyDeviceReset(const NotifyDeviceResetArgs& args) { in notifyDeviceReset()
99 void QueuedInputListener::notifyPointerCaptureChanged(const NotifyPointerCaptureChangedArgs& args) { in notifyPointerCaptureChanged()
[all …]
DUnwantedInteractionBlocker.h112 QueuedInputListener mQueuedListener;
DInputProcessor.h270 QueuedInputListener mQueuedListener;
/frameworks/native/services/inputflinger/include/
DInputListener.h57 class QueuedInputListener : public InputListenerInterface {
60 explicit QueuedInputListener(InputListenerInterface& innerListener);