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

/frameworks/native/services/inputflinger/
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;
111 virtual void notify(const sp<InputListenerInterface>& listener) const;
131 virtual void notify(const sp<InputListenerInterface>& listener) const;
149 virtual void notify(const sp<InputListenerInterface>& listener) const;
156 class InputListenerInterface : public virtual RefBase { class in namespace:android
158 InputListenerInterface() { } function in class:android::InputListenerInterface
159 virtual ~InputListenerInterface() { }
[all...]
H A DInputListener.cpp38 void NotifyConfigurationChangedArgs::notify(const sp<InputListenerInterface>& listener) const {
62 void NotifyKeyArgs::notify(const sp<InputListenerInterface>& listener) const {
99 void NotifyMotionArgs::notify(const sp<InputListenerInterface>& listener) const {
117 void NotifySwitchArgs::notify(const sp<InputListenerInterface>& listener) const {
132 void NotifyDeviceResetArgs::notify(const sp<InputListenerInterface>& listener) const {
139 QueuedInputListener::QueuedInputListener(const sp<InputListenerInterface>& innerListener) :
H A DInputReader.h396 virtual InputListenerInterface* getListener() = 0;
416 const sp<InputListenerInterface>& listener);
462 virtual InputListenerInterface* getListener();
957 inline InputListenerInterface* getListener() { return mContext->getListener(); }
H A DInputDispatcher.h269 class InputDispatcherInterface : public virtual RefBase, public InputListenerInterface {
H A DInputReader.cpp236 const sp<InputListenerInterface>& listener) :
831 InputListenerInterface* InputReader::ContextImpl::getListener() {
/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp211 class FakeInputListener : public InputListenerInterface {
720 sp<InputListenerInterface> mListener;
728 const sp<InputListenerInterface>& listener) :
762 virtual InputListenerInterface* getListener() {
930 const sp<InputListenerInterface>& listener) :

Completed in 68 milliseconds