HomeSort by relevance Sort by last modified time
    Searched refs:InputListenerInterface (Results 1 - 6 of 6) sorted by null

  /frameworks/base/services/input/
InputListener.h 26 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 {
158 InputListenerInterface() { }
159 virtual ~InputListenerInterface() { }
    [all...]
InputListener.cpp 38 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) :
InputReader.h 364 virtual InputListenerInterface* getListener() = 0;
384 const sp<InputListenerInterface>& listener);
430 virtual InputListenerInterface* getListener();
918 inline InputListenerInterface* getListener() { return mContext->getListener(); }
    [all...]
InputDispatcher.h 269 class InputDispatcherInterface : public virtual RefBase, public InputListenerInterface {
    [all...]
InputReader.cpp 225 const sp<InputListenerInterface>& listener) :
819 InputListenerInterface* InputReader::ContextImpl::getListener() {
    [all...]
  /frameworks/base/services/input/tests/
InputReader_test.cpp 201 class FakeInputListener : public InputListenerInterface {
706 sp<InputListenerInterface> mListener;
714 const sp<InputListenerInterface>& listener) :
748 virtual InputListenerInterface* getListener() {
916 const sp<InputListenerInterface>& listener) :
    [all...]

Completed in 428 milliseconds