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

/frameworks/native/services/inputflinger/
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.h176 class QueuedInputListener : public InputListenerInterface { class in namespace:android
178 virtual ~QueuedInputListener();
181 QueuedInputListener(const sp<InputListenerInterface>& innerListener);

Completed in 47 milliseconds