Searched refs:InputListenerInterface (Results 1 – 13 of 13) sorted by relevance
29 class InputListenerInterface; variable44 virtual void notify(const sp<InputListenerInterface>& listener) const = 0;61 virtual void notify(const sp<InputListenerInterface>& listener) const;90 virtual void notify(const sp<InputListenerInterface>& listener) const;142 virtual void notify(const sp<InputListenerInterface>& listener) const;163 virtual void notify(const sp<InputListenerInterface>& listener) const;182 virtual void notify(const sp<InputListenerInterface>& listener) const;189 class InputListenerInterface : public virtual RefBase {191 InputListenerInterface() { } in InputListenerInterface() function192 virtual ~InputListenerInterface() { } in ~InputListenerInterface()[all …]
23 class InputListenerInterface; variable27 const sp<InputListenerInterface>& listener);
43 void NotifyConfigurationChangedArgs::notify(const sp<InputListenerInterface>& listener) const { in notify()83 void NotifyKeyArgs::notify(const sp<InputListenerInterface>& listener) const { in notify()164 void NotifyMotionArgs::notify(const sp<InputListenerInterface>& listener) const { in notify()190 void NotifySwitchArgs::notify(const sp<InputListenerInterface>& listener) const { in notify()212 void NotifyDeviceResetArgs::notify(const sp<InputListenerInterface>& listener) const { in notify()219 QueuedInputListener::QueuedInputListener(const sp<InputListenerInterface>& innerListener) : in QueuedInputListener()
91 class InputClassifierInterface : public virtual RefBase, public InputListenerInterface {224 explicit InputClassifier(const sp<InputListenerInterface>& listener);243 sp<InputListenerInterface> mListener;
342 InputClassifier::InputClassifier(const sp<InputListenerInterface>& listener) in InputClassifier()
28 class InputListenerInterface; variable57 virtual InputListenerInterface* getListener() = 0;
53 const sp<InputListenerInterface>& listener);104 virtual InputListenerInterface* getListener();
24 const sp<InputListenerInterface>& listener) { in createInputReader()
53 const sp<InputListenerInterface>& listener) in InputReader()755 InputListenerInterface* InputReader::ContextImpl::getListener() { in getListener()
27 class TestInputListener : public InputListenerInterface {
789 sp<InputListenerInterface> mListener;798 const sp<InputListenerInterface>& listener) : in FakeInputReaderContext()836 virtual InputListenerInterface* getListener() { in getListener()1028 const sp<InputListenerInterface>& listener) : in InstrumentedInputReader()
52 class InputDispatcherInterface : public virtual RefBase, public InputListenerInterface {
50 inline InputListenerInterface* getListener() { return mContext->getListener(); } in getListener()