Searched defs:QueuedInputListener (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/services/input/
H A DInputListener.cpp137 // --- QueuedInputListener ---
139 QueuedInputListener::QueuedInputListener(const sp<InputListenerInterface>& innerListener) : function in class:android::QueuedInputListener
143 QueuedInputListener::~QueuedInputListener() {
150 void QueuedInputListener::notifyConfigurationChanged(
155 void QueuedInputListener::notifyKey(const NotifyKeyArgs* args) {
159 void QueuedInputListener::notifyMotion(const NotifyMotionArgs* args) {
163 void QueuedInputListener::notifySwitch(const NotifySwitchArgs* args) {
167 void QueuedInputListener
[all...]
H A DInputListener.h174 class QueuedInputListener : public InputListenerInterface { class in namespace:android
176 virtual ~QueuedInputListener();
179 QueuedInputListener(const sp<InputListenerInterface>& innerListener);

Completed in 399 milliseconds