Searched refs:QueuedInputListener (Results 1 – 4 of 4) sorted by relevance
139 QueuedInputListener::QueuedInputListener(const sp<InputListenerInterface>& innerListener) : in QueuedInputListener() function in android::QueuedInputListener143 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()
176 class QueuedInputListener : public InputListenerInterface {178 virtual ~QueuedInputListener();181 explicit QueuedInputListener(const sp<InputListenerInterface>& innerListener);
463 sp<QueuedInputListener> mQueuedListener;
312 mQueuedListener = new QueuedInputListener(listener); in InputReader()