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;190 virtual void notify(const sp<InputListenerInterface>& listener) const;251 class InputListenerInterface : public virtual RefBase {253 InputListenerInterface() { } in InputListenerInterface() function254 virtual ~InputListenerInterface() { } in ~InputListenerInterface()272 class QueuedInputListener : public InputListenerInterface {[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()954 InputListenerInterface* InputReader::ContextImpl::getListener() { in getListener()
36 class InputDispatcherInterface : public virtual RefBase, public InputListenerInterface {
30 class TestInputListener : public InputListenerInterface {
1175 const sp<InputListenerInterface>& listener) in InstrumentedInputReader()
51 inline InputListenerInterface* getListener() { return getContext()->getListener(); } in getListener()