Searched refs:QueuedInputListener (Results 1 – 3 of 3) sorted by relevance
142 QueuedInputListener::QueuedInputListener(const sp<InputListenerInterface>& innerListener) : in QueuedInputListener() function in android::QueuedInputListener146 QueuedInputListener::~QueuedInputListener() { in ~QueuedInputListener()153 void QueuedInputListener::notifyConfigurationChanged( in notifyConfigurationChanged()158 void QueuedInputListener::notifyKey(const NotifyKeyArgs* args) { in notifyKey()162 void QueuedInputListener::notifyMotion(const NotifyMotionArgs* args) { in notifyMotion()166 void QueuedInputListener::notifySwitch(const NotifySwitchArgs* args) { in notifySwitch()170 void QueuedInputListener::notifyDeviceReset(const NotifyDeviceResetArgs* args) { in notifyDeviceReset()174 void QueuedInputListener::flush() { in flush()
183 class QueuedInputListener : public InputListenerInterface {185 virtual ~QueuedInputListener();188 explicit QueuedInputListener(const sp<InputListenerInterface>& innerListener);
476 sp<QueuedInputListener> mQueuedListener;