Searched refs:notifyArgs (Results 1 – 4 of 4) sorted by relevance
/frameworks/native/services/inputflinger/reader/ |
D | InputReader.cpp | 143 std::list<NotifyArgs> notifyArgs; in loopOnce() local 189 std::swap(notifyArgs, mPendingArgs); in loopOnce() 192 for (const NotifyArgs& args : notifyArgs) { in loopOnce() 204 for (const NotifyArgs& args : notifyArgs) { in loopOnce() 216 for (const auto& args : notifyArgs) { in loopOnce()
|
/frameworks/native/services/inputflinger/tests/ |
D | PointerChoreographer_test.cpp | 210 for (auto notifyArgs : allArgs) { in TEST_F() local 211 mChoreographer.notify(notifyArgs); in TEST_F() 242 notifyArgs)); in TEST_F()
|
D | InputReader_test.cpp | 200 void setProcessResult(std::list<NotifyArgs> notifyArgs) { in setProcessResult() argument 202 for (auto notifyArg : notifyArgs) { in setProcessResult() 2829 std::list<NotifyArgs> notifyArgs = mDevice->process(&event, 1); in TEST_F() local 2831 for (auto& arg : notifyArgs) { in TEST_F() 2855 std::list<NotifyArgs> notifyArgs = mDevice->process(&event, 1); in TEST_F() local 2858 ASSERT_EQ(0u, std::get<NotifyMotionArgs>(notifyArgs.front()).policyFlags); in TEST_F() 2875 std::list<NotifyArgs> notifyArgs = mDevice->process(&event, 1); in TEST_F() local 2878 ASSERT_EQ(POLICY_FLAG_WAKE, std::get<NotifyMotionArgs>(notifyArgs.front()).policyFlags); in TEST_F()
|
D | InputDispatcher_test.cpp | 8011 NotifyMotionArgs notifyArgs = in TEST_F() local 8014 mDispatcher->notifyMotion(notifyArgs); in TEST_F() 8017 AllOf(WithMotionAction(ACTION_HOVER_ENTER), Not(WithEventId(notifyArgs.id)), in TEST_F() 8021 Not(WithEventId(notifyArgs.id)), in TEST_F() 8026 notifyArgs = generateMotionArgs(ACTION_HOVER_MOVE, AINPUT_SOURCE_STYLUS, in TEST_F() 8028 mDispatcher->notifyMotion(notifyArgs); in TEST_F() 8031 AllOf(WithMotionAction(ACTION_HOVER_EXIT), Not(WithEventId(notifyArgs.id)), in TEST_F() 8035 Not(WithEventId(notifyArgs.id)), in TEST_F() 8039 spy->consumeMotionEvent(AllOf(WithMotionAction(ACTION_HOVER_MOVE), WithEventId(notifyArgs.id))); in TEST_F()
|