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;
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 { class in namespace:android
160 InputListenerInterface() { } function in class:android::InputListenerInterface
161 virtual ~InputListenerInterface() { }
[all...]

Completed in 39 milliseconds