Searched refs:InputListenerInterface (Results 1 – 6 of 6) sorted by relevance
26 class InputListenerInterface; variable33 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() function161 virtual ~InputListenerInterface() { } in ~InputListenerInterface()[all …]
38 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()
430 virtual InputListenerInterface* getListener() = 0;450 const sp<InputListenerInterface>& listener);500 virtual InputListenerInterface* getListener();1018 inline InputListenerInterface* getListener() { return mContext->getListener(); } in getListener()
275 class InputDispatcherInterface : public virtual RefBase, public InputListenerInterface {
259 const sp<InputListenerInterface>& listener) : in InputReader()922 InputListenerInterface* InputReader::ContextImpl::getListener() { in getListener()
210 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()