Home
last modified time | relevance | path

Searched refs:AMOTION_EVENT_ACTION_BUTTON_PRESS (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp2255 ASSERT_EQ(AMOTION_EVENT_ACTION_BUTTON_PRESS, args.action); in TEST_F()
2351 ASSERT_EQ(AMOTION_EVENT_ACTION_BUTTON_PRESS, args.action); in TEST_F()
2388 ASSERT_EQ(AMOTION_EVENT_ACTION_BUTTON_PRESS, args.action); in TEST_F()
2509 ASSERT_EQ(AMOTION_EVENT_ACTION_BUTTON_PRESS, motionArgs.action); in TEST_F()
2552 ASSERT_EQ(AMOTION_EVENT_ACTION_BUTTON_PRESS, motionArgs.action); in TEST_F()
2560 ASSERT_EQ(AMOTION_EVENT_ACTION_BUTTON_PRESS, motionArgs.action); in TEST_F()
2624 ASSERT_EQ(AMOTION_EVENT_ACTION_BUTTON_PRESS, motionArgs.action); in TEST_F()
2665 ASSERT_EQ(AMOTION_EVENT_ACTION_BUTTON_PRESS, motionArgs.action); in TEST_F()
2706 ASSERT_EQ(AMOTION_EVENT_ACTION_BUTTON_PRESS, motionArgs.action); in TEST_F()
2747 ASSERT_EQ(AMOTION_EVENT_ACTION_BUTTON_PRESS, motionArgs.action); in TEST_F()
[all …]
/frameworks/native/include/android/
Dinput.h343 AMOTION_EVENT_ACTION_BUTTON_PRESS = 11, enumerator
/frameworks/native/services/inputflinger/
DInputReader.cpp2913 AMOTION_EVENT_ACTION_BUTTON_PRESS, actionButton, 0, in sync()
4891 dispatchMotion(when, policyFlags, mSource, AMOTION_EVENT_ACTION_BUTTON_PRESS, actionButton, in dispatchButtonPress()
DInputDispatcher.cpp139 case AMOTION_EVENT_ACTION_BUTTON_PRESS: in isValidMotionAction()