Home
last modified time | relevance | path

Searched refs:NotifyMotionArgs (Results 1 – 6 of 6) sorted by relevance

/frameworks/native/services/inputflinger/
DInputListener.h81 struct NotifyMotionArgs : public NotifyArgs { struct
99 inline NotifyMotionArgs() { } in NotifyMotionArgs() argument
101 NotifyMotionArgs(nsecs_t eventTime, int32_t deviceId, uint32_t source, uint32_t policyFlags,
107 NotifyMotionArgs(const NotifyMotionArgs& other);
109 virtual ~NotifyMotionArgs() { } in ~NotifyMotionArgs() argument
164 virtual void notifyMotion(const NotifyMotionArgs* args) = 0;
183 virtual void notifyMotion(const NotifyMotionArgs* args);
DInputListener.cpp69 NotifyMotionArgs::NotifyMotionArgs(nsecs_t eventTime, int32_t deviceId, uint32_t source, in NotifyMotionArgs() function in android::NotifyMotionArgs
85 NotifyMotionArgs::NotifyMotionArgs(const NotifyMotionArgs& other) : in NotifyMotionArgs() function in android::NotifyMotionArgs
99 void NotifyMotionArgs::notify(const sp<InputListenerInterface>& listener) const { in notify()
159 void QueuedInputListener::notifyMotion(const NotifyMotionArgs* args) { in notifyMotion()
160 mArgsQueue.push(new NotifyMotionArgs(*args)); in notifyMotion()
DInputDispatcher.h377 virtual void notifyMotion(const NotifyMotionArgs* args);
928 bool shouldSendMotionToInputFilterLocked(const NotifyMotionArgs* args);
DInputReader.cpp2537 NotifyMotionArgs args(when, getDeviceId(), mSource, policyFlags, in sync()
2546 NotifyMotionArgs hoverArgs(when, getDeviceId(), mSource, policyFlags, in sync()
2559 NotifyMotionArgs scrollArgs(when, getDeviceId(), mSource, policyFlags, in sync()
4612 NotifyMotionArgs args(when, getDeviceId(), mSource, policyFlags, in dispatchPointerGestures()
5534 NotifyMotionArgs args(when, getDeviceId(), mSource, policyFlags, in dispatchPointerSimple()
5547 NotifyMotionArgs args(when, getDeviceId(), mSource, policyFlags, in dispatchPointerSimple()
5562 NotifyMotionArgs args(when, getDeviceId(), mSource, policyFlags, in dispatchPointerSimple()
5572 NotifyMotionArgs args(when, getDeviceId(), mSource, policyFlags, in dispatchPointerSimple()
5586 NotifyMotionArgs args(when, getDeviceId(), mSource, policyFlags, in dispatchPointerSimple()
5596 NotifyMotionArgs args(when, getDeviceId(), mSource, policyFlags, in dispatchPointerSimple()
[all …]
DInputDispatcher.cpp2432 void InputDispatcher::notifyMotion(const NotifyMotionArgs* args) { in notifyMotion()
2505 bool InputDispatcher::shouldSendMotionToInputFilterLocked(const NotifyMotionArgs* args) { in shouldSendMotionToInputFilterLocked()
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp216 List<NotifyMotionArgs> mNotifyMotionArgsQueue;
260 void assertNotifyMotionWasCalled(NotifyMotionArgs* outEventArgs = NULL) { in assertNotifyMotionWasCalled()
296 virtual void notifyMotion(const NotifyMotionArgs* args) { in notifyMotion()
1962 NotifyMotionArgs args; in testMotionRotation()
2048 NotifyMotionArgs args; in TEST_F()
2101 NotifyMotionArgs args; in TEST_F()
2125 NotifyMotionArgs args; in TEST_F()
2149 NotifyMotionArgs args; in TEST_F()
2259 NotifyMotionArgs motionArgs; in TEST_F()
2435 NotifyMotionArgs args; in TEST_F()
[all …]