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

  /frameworks/native/services/inputflinger/
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 396 virtual InputListenerInterface* getListener() = 0;
416 const sp<InputListenerInterface>& listener);
462 virtual InputListenerInterface* getListener();
957 inline InputListenerInterface* getListener() { return mContext->getListener();
    [all...]
InputDispatcher.h 269 class InputDispatcherInterface : public virtual RefBase, public InputListenerInterface {
    [all...]
InputReader.cpp 236 const sp<InputListenerInterface>& listener) :
831 InputListenerInterface* InputReader::ContextImpl::getListener() {
    [all...]
  /frameworks/native/services/inputflinger/tests/
InputReader_test.cpp 211 class FakeInputListener : public InputListenerInterface {
720 sp<InputListenerInterface> mListener;
728 const sp<InputListenerInterface>& listener) :
762 virtual InputListenerInterface* getListener() {
930 const sp<InputListenerInterface>& listener) :
    [all...]

Completed in 196 milliseconds