Searched refs:NotifyMotionArgs (Results 1 – 6 of 6) sorted by relevance
/frameworks/native/services/inputflinger/ |
D | InputListener.h | 81 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);
|
D | InputListener.cpp | 69 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()
|
D | InputDispatcher.h | 377 virtual void notifyMotion(const NotifyMotionArgs* args); 928 bool shouldSendMotionToInputFilterLocked(const NotifyMotionArgs* args);
|
D | InputReader.cpp | 2537 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 …]
|
D | InputDispatcher.cpp | 2432 void InputDispatcher::notifyMotion(const NotifyMotionArgs* args) { in notifyMotion() 2505 bool InputDispatcher::shouldSendMotionToInputFilterLocked(const NotifyMotionArgs* args) { in shouldSendMotionToInputFilterLocked()
|
/frameworks/native/services/inputflinger/tests/ |
D | InputReader_test.cpp | 216 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 …]
|