Searched refs:QueuedInputListener (Results 1 - 4 of 4) 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);
H A DInputReader.h513 sp<QueuedInputListener> mQueuedListener;
H A DInputReader.cpp256 mQueuedListener = new QueuedInputListener(listener);

Completed in 203 milliseconds