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;
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...]

Completed in 220 milliseconds