Searched refs:InputListenerInterface (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/services/input/
H A DInputListener.h26 class InputListenerInterface;
33 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;
110 virtual void notify(const sp<InputListenerInterface>& listener) const;
130 virtual void notify(const sp<InputListenerInterface>& listener) const;
148 virtual void notify(const sp<InputListenerInterface>& listener) const;
155 class InputListenerInterface : public virtual RefBase { class in namespace:android
157 InputListenerInterface() { } function in class:android::InputListenerInterface
158 virtual ~InputListenerInterface() { }
[all...]
H A DInputListener.cpp38 void NotifyConfigurationChangedArgs::notify(const sp<InputListenerInterface>& listener) const {
62 void NotifyKeyArgs::notify(const sp<InputListenerInterface>& listener) const {
98 void NotifyMotionArgs::notify(const sp<InputListenerInterface>& listener) const {
116 void NotifySwitchArgs::notify(const sp<InputListenerInterface>& listener) const {
131 void NotifyDeviceResetArgs::notify(const sp<InputListenerInterface>& listener) const {
138 QueuedInputListener::QueuedInputListener(const sp<InputListenerInterface>& innerListener) :
H A DInputReader.h293 virtual InputListenerInterface* getListener() = 0;
313 const sp<InputListenerInterface>& listener);
357 virtual InputListenerInterface* getListener();
823 inline InputListenerInterface* getListener() { return mContext->getListener(); }
H A DInputDispatcher.h274 class InputDispatcherInterface : public virtual RefBase, public InputListenerInterface {
H A DInputReader.cpp238 const sp<InputListenerInterface>& listener) :
819 InputListenerInterface* InputReader::ContextImpl::getListener() {
/frameworks/base/services/input/tests/
H A DInputReader_test.cpp173 class FakeInputListener : public InputListenerInterface {
639 sp<InputListenerInterface> mListener;
646 const sp<InputListenerInterface>& listener) :
680 virtual InputListenerInterface* getListener() {
844 const sp<InputListenerInterface>& listener) :

Completed in 101 milliseconds