Searched refs:InputListenerInterface (Results 1 – 13 of 13) sorted by relevance
29 class InputListenerInterface; variable43 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 …]
23 class InputListenerInterface; variable27 const sp<InputListenerInterface>& listener);
47 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()
91 class InputClassifierInterface : public virtual RefBase, public InputListenerInterface {226 explicit InputClassifier(const sp<InputListenerInterface>& listener);248 sp<InputListenerInterface> mListener;
348 InputClassifier::InputClassifier(const sp<InputListenerInterface>& listener) in InputClassifier()
28 class InputListenerInterface; variable58 virtual InputListenerInterface* getListener() = 0;
56 const sp<InputListenerInterface>& listener);146 InputListenerInterface* getListener() REQUIRES(mReader->mLock) override;
24 const sp<InputListenerInterface>& listener) { in createInputReader()
45 const sp<InputListenerInterface>& listener) in InputReader()948 InputListenerInterface* InputReader::ContextImpl::getListener() { in getListener()
30 class TestInputListener : public InputListenerInterface {
1159 const sp<InputListenerInterface>& listener) in InstrumentedInputReader()
38 class InputDispatcherInterface : public virtual RefBase, public InputListenerInterface {
51 inline InputListenerInterface* getListener() { return getContext()->getListener(); } in getListener()