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;
110 virtual void notify(const sp<InputListenerInterface>& listener) const;
130 virtual void notify(const sp<InputListenerInterface>& listener) const;
148 virtual void notify(const sp<InputListenerInterface>& listener) const;
155 class InputListenerInterface : public virtual RefBase {
157 InputListenerInterface() { }
158 virtual ~InputListenerInterface() { }
    [all...]
InputListener.cpp 38 void NotifyConfigurationChangedArgs::notify(const sp<InputListenerInterface>& listener) const {
62 void NotifyKeyArgs::notify(const sp<InputListenerInterface>& listener) const {
98 void NotifyMotionArgs::notify(const sp<InputListenerInterface>& listener) const {
116 void NotifySwitchArgs::notify(const sp<InputListenerInterface>& listener) const {
131 void NotifyDeviceResetArgs::notify(const sp<InputListenerInterface>& listener) const {
138 QueuedInputListener::QueuedInputListener(const sp<InputListenerInterface>& innerListener) :
InputReader.h 315 virtual InputListenerInterface* getListener() = 0;
335 const sp<InputListenerInterface>& listener);
381 virtual InputListenerInterface* getListener();
869 inline InputListenerInterface* getListener() { return mContext->getListener(); }
    [all...]
InputDispatcher.h 269 class InputDispatcherInterface : public virtual RefBase, public InputListenerInterface {
    [all...]
InputReader.cpp 241 const sp<InputListenerInterface>& listener) :
835 InputListenerInterface* InputReader::ContextImpl::getListener() {
    [all...]
  /frameworks/base/services/input/tests/
InputReader_test.cpp 186 class FakeInputListener : public InputListenerInterface {
690 sp<InputListenerInterface> mListener;
698 const sp<InputListenerInterface>& listener) :
732 virtual InputListenerInterface* getListener() {
900 const sp<InputListenerInterface>& listener) :
    [all...]

Completed in 246 milliseconds