Home
last modified time | relevance | path

Searched refs:InputListenerInterface (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/services/inputflinger/
DInputListener.h26 class InputListenerInterface; variable
33 virtual void notify(const sp<InputListenerInterface>& listener) const = 0;
49 virtual void notify(const sp<InputListenerInterface>& listener) const;
76 virtual void notify(const sp<InputListenerInterface>& listener) const;
120 virtual void notify(const sp<InputListenerInterface>& listener) const;
140 virtual void notify(const sp<InputListenerInterface>& listener) const;
158 virtual void notify(const sp<InputListenerInterface>& listener) const;
165 class InputListenerInterface : public virtual RefBase {
167 InputListenerInterface() { } in InputListenerInterface() function
168 virtual ~InputListenerInterface() { } in ~InputListenerInterface()
[all …]
DInputListener.cpp38 void NotifyConfigurationChangedArgs::notify(const sp<InputListenerInterface>& listener) const { in notify()
62 void NotifyKeyArgs::notify(const sp<InputListenerInterface>& listener) const { in notify()
102 void NotifyMotionArgs::notify(const sp<InputListenerInterface>& listener) const { in notify()
120 void NotifySwitchArgs::notify(const sp<InputListenerInterface>& listener) const { in notify()
135 void NotifyDeviceResetArgs::notify(const sp<InputListenerInterface>& listener) const { in notify()
142 QueuedInputListener::QueuedInputListener(const sp<InputListenerInterface>& innerListener) : in QueuedInputListener()
DInputReader.h391 virtual InputListenerInterface* getListener() = 0;
411 const sp<InputListenerInterface>& listener);
463 virtual InputListenerInterface* getListener();
986 inline InputListenerInterface* getListener() { return mContext->getListener(); } in getListener()
DInputDispatcher.h274 class InputDispatcherInterface : public virtual RefBase, public InputListenerInterface {
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp250 class FakeInputListener : public InputListenerInterface {
820 sp<InputListenerInterface> mListener;
828 const sp<InputListenerInterface>& listener) : in FakeInputReaderContext()
866 virtual InputListenerInterface* getListener() { in getListener()
1040 const sp<InputListenerInterface>& listener) : in InstrumentedInputReader()