Searched refs:QueuedInputListener (Results 1 – 4 of 4) sorted by relevance
219 QueuedInputListener::QueuedInputListener(const sp<InputListenerInterface>& innerListener) : in QueuedInputListener() function in android::QueuedInputListener223 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()
186 sp<QueuedInputListener> mQueuedListener;
270 mQueuedListener = new QueuedInputListener(listener); in InputReader()
207 class QueuedInputListener : public InputListenerInterface {209 virtual ~QueuedInputListener();212 explicit QueuedInputListener(const sp<InputListenerInterface>& innerListener);