Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/include/
DInputListener.h29 class InputListenerInterface; variable
43 virtual void notify(const sp<InputListenerInterface>& listener) const = 0;
60 virtual void notify(const sp<InputListenerInterface>& listener) const;
91 virtual void notify(const sp<InputListenerInterface>& listener) const;
145 virtual void notify(const sp<InputListenerInterface>& listener) const;
170 void notify(const sp<InputListenerInterface>& listener) const override;
190 virtual void notify(const sp<InputListenerInterface>& listener) const;
209 virtual void notify(const sp<InputListenerInterface>& listener) const;
226 virtual void notify(const sp<InputListenerInterface>& listener) const;
244 virtual void notify(const sp<InputListenerInterface>& listener) const;
[all …]
DInputReaderFactory.h23 class InputListenerInterface; variable
27 const sp<InputListenerInterface>& listener);
/frameworks/native/services/inputflinger/
DInputListener.cpp47 void NotifyConfigurationChangedArgs::notify(const sp<InputListenerInterface>& listener) const { in notify()
92 void NotifyKeyArgs::notify(const sp<InputListenerInterface>& listener) const { in notify()
191 void NotifyMotionArgs::notify(const sp<InputListenerInterface>& listener) const { in notify()
215 void NotifySwitchArgs::notify(const sp<InputListenerInterface>& listener) const { in notify()
250 void NotifySensorArgs::notify(const sp<InputListenerInterface>& listener) const { in notify()
268 void NotifyVibratorStateArgs::notify(const sp<InputListenerInterface>& listener) const { in notify()
284 void NotifyDeviceResetArgs::notify(const sp<InputListenerInterface>& listener) const { in notify()
302 void NotifyPointerCaptureChangedArgs::notify(const sp<InputListenerInterface>& listener) const { in notify()
315 QueuedInputListener::QueuedInputListener(const sp<InputListenerInterface>& innerListener) : in QueuedInputListener()
DInputClassifier.h91 class InputClassifierInterface : public virtual RefBase, public InputListenerInterface {
226 explicit InputClassifier(const sp<InputListenerInterface>& listener);
248 sp<InputListenerInterface> mListener;
DInputClassifier.cpp348 InputClassifier::InputClassifier(const sp<InputListenerInterface>& listener) in InputClassifier()
/frameworks/native/services/inputflinger/reader/include/
DInputReaderContext.h28 class InputListenerInterface; variable
58 virtual InputListenerInterface* getListener() = 0;
DInputReader.h56 const sp<InputListenerInterface>& listener);
146 InputListenerInterface* getListener() REQUIRES(mReader->mLock) override;
/frameworks/native/services/inputflinger/reader/
DInputReaderFactory.cpp24 const sp<InputListenerInterface>& listener) { in createInputReader()
DInputReader.cpp45 const sp<InputListenerInterface>& listener) in InputReader()
948 InputListenerInterface* InputReader::ContextImpl::getListener() { in getListener()
/frameworks/native/services/inputflinger/tests/
DTestInputListener.h30 class TestInputListener : public InputListenerInterface {
DInputReader_test.cpp1159 const sp<InputListenerInterface>& listener) in InstrumentedInputReader()
/frameworks/native/services/inputflinger/dispatcher/include/
DInputDispatcherInterface.h38 class InputDispatcherInterface : public virtual RefBase, public InputListenerInterface {
/frameworks/native/services/inputflinger/reader/mapper/
DInputMapper.h51 inline InputListenerInterface* getListener() { return getContext()->getListener(); } in getListener()