Searched defs:InputListenerInterface (Results 1 - 1 of 1) 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;
120 virtual void notify(const sp<InputListenerInterface>& listener) const;
140 virtual void notify(const sp<InputListenerInterface>& listener) const;
158 virtual void notify(const sp<InputListenerInterface>& listener) const;
165 class InputListenerInterface : public virtual RefBase { class in namespace:android
167 InputListenerInterface() { } function in class:android::InputListenerInterface
168 virtual ~InputListenerInterface() { }
[all...]

Completed in 58 milliseconds