Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp2538 ASSERT_EQ(AMOTION_EVENT_ACTION_BUTTON_PRESS, args.action); in TEST_F()
2634 ASSERT_EQ(AMOTION_EVENT_ACTION_BUTTON_PRESS, args.action); in TEST_F()
2671 ASSERT_EQ(AMOTION_EVENT_ACTION_BUTTON_PRESS, args.action); in TEST_F()
2786 ASSERT_EQ(AMOTION_EVENT_ACTION_BUTTON_PRESS, motionArgs.action); in TEST_F()
2829 ASSERT_EQ(AMOTION_EVENT_ACTION_BUTTON_PRESS, motionArgs.action); in TEST_F()
2837 ASSERT_EQ(AMOTION_EVENT_ACTION_BUTTON_PRESS, motionArgs.action); in TEST_F()
2901 ASSERT_EQ(AMOTION_EVENT_ACTION_BUTTON_PRESS, motionArgs.action); in TEST_F()
2942 ASSERT_EQ(AMOTION_EVENT_ACTION_BUTTON_PRESS, motionArgs.action); in TEST_F()
2983 ASSERT_EQ(AMOTION_EVENT_ACTION_BUTTON_PRESS, motionArgs.action); in TEST_F()
3024 ASSERT_EQ(AMOTION_EVENT_ACTION_BUTTON_PRESS, motionArgs.action); in TEST_F()
[all …]
/frameworks/native/include/android/
Dinput.h347 AMOTION_EVENT_ACTION_BUTTON_PRESS = 11, enumerator
/frameworks/native/services/inputflinger/reader/mapper/
DCursorInputMapper.cpp425 AMOTION_EVENT_ACTION_BUTTON_PRESS, actionButton, 0, in sync()
DTouchInputMapper.cpp2031 dispatchMotion(when, policyFlags, mSource, AMOTION_EVENT_ACTION_BUTTON_PRESS, actionButton, in dispatchButtonPress()
/frameworks/native/services/inputflinger/
DInputClassifierConverter.cpp81 static_assert(static_cast<common::V1_0::Action>(AMOTION_EVENT_ACTION_BUTTON_PRESS) == in getAction()
/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.cpp150 case AMOTION_EVENT_ACTION_BUTTON_PRESS: in isValidMotionAction()