Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputListener.cpp139 QueuedInputListener::QueuedInputListener(const sp<InputListenerInterface>& innerListener) : in QueuedInputListener() function in android::QueuedInputListener
143 QueuedInputListener::~QueuedInputListener() { in ~QueuedInputListener()
150 void QueuedInputListener::notifyConfigurationChanged( in notifyConfigurationChanged()
155 void QueuedInputListener::notifyKey(const NotifyKeyArgs* args) { in notifyKey()
159 void QueuedInputListener::notifyMotion(const NotifyMotionArgs* args) { in notifyMotion()
163 void QueuedInputListener::notifySwitch(const NotifySwitchArgs* args) { in notifySwitch()
167 void QueuedInputListener::notifyDeviceReset(const NotifyDeviceResetArgs* args) { in notifyDeviceReset()
171 void QueuedInputListener::flush() { in flush()
DInputListener.h174 class QueuedInputListener : public InputListenerInterface {
176 virtual ~QueuedInputListener();
179 QueuedInputListener(const sp<InputListenerInterface>& innerListener);
DInputReader.h475 sp<QueuedInputListener> mQueuedListener;
DInputReader.cpp241 mQueuedListener = new QueuedInputListener(listener); in InputReader()