Home
last modified time | relevance | path

Searched refs:InputListenerInterface (Results 1 – 6 of 6) 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;
113 virtual void notify(const sp<InputListenerInterface>& listener) const;
133 virtual void notify(const sp<InputListenerInterface>& listener) const;
151 virtual void notify(const sp<InputListenerInterface>& listener) const;
158 class InputListenerInterface : public virtual RefBase {
160 InputListenerInterface() { } in InputListenerInterface() function
161 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()
99 void NotifyMotionArgs::notify(const sp<InputListenerInterface>& listener) const { in notify()
117 void NotifySwitchArgs::notify(const sp<InputListenerInterface>& listener) const { in notify()
132 void NotifyDeviceResetArgs::notify(const sp<InputListenerInterface>& listener) const { in notify()
139 QueuedInputListener::QueuedInputListener(const sp<InputListenerInterface>& innerListener) : in QueuedInputListener()
DInputReader.h380 virtual InputListenerInterface* getListener() = 0;
400 const sp<InputListenerInterface>& listener);
450 virtual InputListenerInterface* getListener();
968 inline InputListenerInterface* getListener() { return mContext->getListener(); } in getListener()
DInputDispatcher.h275 class InputDispatcherInterface : public virtual RefBase, public InputListenerInterface {
DInputReader.cpp307 const sp<InputListenerInterface>& listener) : in InputReader()
973 InputListenerInterface* InputReader::ContextImpl::getListener() { in getListener()
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp233 class FakeInputListener : public InputListenerInterface {
745 sp<InputListenerInterface> mListener;
753 const sp<InputListenerInterface>& listener) : in FakeInputReaderContext()
791 virtual InputListenerInterface* getListener() { in getListener()
965 const sp<InputListenerInterface>& listener) : in InstrumentedInputReader()