Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputListener.cpp219 QueuedInputListener::QueuedInputListener(const sp<InputListenerInterface>& innerListener) : in QueuedInputListener() function in android::QueuedInputListener
223 QueuedInputListener::~QueuedInputListener() { in ~QueuedInputListener()
230 void QueuedInputListener::notifyConfigurationChanged( in notifyConfigurationChanged()
235 void QueuedInputListener::notifyKey(const NotifyKeyArgs* args) { in notifyKey()
239 void QueuedInputListener::notifyMotion(const NotifyMotionArgs* args) { in notifyMotion()
243 void QueuedInputListener::notifySwitch(const NotifySwitchArgs* args) { in notifySwitch()
247 void QueuedInputListener::notifyDeviceReset(const NotifyDeviceResetArgs* args) { in notifyDeviceReset()
251 void QueuedInputListener::flush() { in flush()
DInputReader.h186 sp<QueuedInputListener> mQueuedListener;
DInputReader.cpp270 mQueuedListener = new QueuedInputListener(listener); in InputReader()
/frameworks/native/services/inputflinger/include/
DInputListener.h207 class QueuedInputListener : public InputListenerInterface {
209 virtual ~QueuedInputListener();
212 explicit QueuedInputListener(const sp<InputListenerInterface>& innerListener);