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.h176 class QueuedInputListener : public InputListenerInterface {
178 virtual ~QueuedInputListener();
181 explicit QueuedInputListener(const sp<InputListenerInterface>& innerListener);
DInputReader.h463 sp<QueuedInputListener> mQueuedListener;
DInputReader.cpp312 mQueuedListener = new QueuedInputListener(listener); in InputReader()