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.h430 virtual InputListenerInterface* getListener() = 0;
450 const sp<InputListenerInterface>& listener);
500 virtual InputListenerInterface* getListener();
1018 inline InputListenerInterface* getListener() { return mContext->getListener(); } in getListener()
DInputDispatcher.h275 class InputDispatcherInterface : public virtual RefBase, public InputListenerInterface {
DInputReader.cpp259 const sp<InputListenerInterface>& listener) : in InputReader()
922 InputListenerInterface* InputReader::ContextImpl::getListener() { in getListener()
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp210 class FakeInputListener : public InputListenerInterface {
722 sp<InputListenerInterface> mListener;
730 const sp<InputListenerInterface>& listener) : in FakeInputReaderContext()
764 virtual InputListenerInterface* getListener() { in getListener()
938 const sp<InputListenerInterface>& listener) : in InstrumentedInputReader()