Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputListener.cpp142 QueuedInputListener::QueuedInputListener(const sp<InputListenerInterface>& innerListener) : in QueuedInputListener() function in android::QueuedInputListener
146 QueuedInputListener::~QueuedInputListener() { in ~QueuedInputListener()
153 void QueuedInputListener::notifyConfigurationChanged( in notifyConfigurationChanged()
158 void QueuedInputListener::notifyKey(const NotifyKeyArgs* args) { in notifyKey()
162 void QueuedInputListener::notifyMotion(const NotifyMotionArgs* args) { in notifyMotion()
166 void QueuedInputListener::notifySwitch(const NotifySwitchArgs* args) { in notifySwitch()
170 void QueuedInputListener::notifyDeviceReset(const NotifyDeviceResetArgs* args) { in notifyDeviceReset()
174 void QueuedInputListener::flush() { in flush()
DInputListener.h183 class QueuedInputListener : public InputListenerInterface {
185 virtual ~QueuedInputListener();
188 explicit QueuedInputListener(const sp<InputListenerInterface>& innerListener);
DInputReader.h476 sp<QueuedInputListener> mQueuedListener;