Home
last modified time | relevance | path

Searched refs:AMETA_NONE (Results 1 – 12 of 12) sorted by relevance

/frameworks/native/services/inputflinger/tests/
DInputClassifier_test.cpp47 AMETA_NONE, 0 /*buttonState*/, MotionClassification::NONE, in generateBasicMotionArgs()
90 AKEYCODE_HOME, 5/*scanCode*/, AMETA_NONE, 6/*downTime*/); in TEST_F()
DInputClassifierConverter_test.cpp44 AMETA_NONE, 0 /*buttonState*/, MotionClassification::NONE, in generateBasicMotionArgs()
DInputDispatcher_test.cpp60 INVALID_HMAC, AKEY_EVENT_ACTION_DOWN, 0, AKEYCODE_A, KEY_A, AMETA_NONE, 0, in getTestKeyEvent()
401 /*action*/ -1, 0, AKEYCODE_A, KEY_A, AMETA_NONE, 0, ARBITRARY_TIME, in TEST_F()
410 INVALID_HMAC, AKEY_EVENT_ACTION_MULTIPLE, 0, AKEYCODE_A, KEY_A, AMETA_NONE, 0, in TEST_F()
431 constexpr int32_t metaState = AMETA_NONE; in TEST_F()
922 INVALID_HMAC, action, /* flags */ 0, AKEYCODE_A, KEY_A, AMETA_NONE, in injectKey()
965 /* edgeFlags */ 0, AMETA_NONE, /* buttonState */ 0, MotionClassification::NONE,
992 AMETA_NONE, currentTime); in generateKeyArgs()
1021 AMETA_NONE, /* buttonState */ 0, MotionClassification::NONE, in generateMotionArgs()
DInputReader_test.cpp2476 ASSERT_EQ(AMETA_NONE, args.metaState); in TEST_F()
2490 ASSERT_EQ(AMETA_NONE, args.metaState); in TEST_F()
2505 ASSERT_EQ(AMETA_NONE, args.metaState); in TEST_F()
2520 ASSERT_EQ(AMETA_NONE, args.metaState); in TEST_F()
2535 ASSERT_EQ(AMETA_NONE, args.metaState); in TEST_F()
2550 ASSERT_EQ(AMETA_NONE, args.metaState); in TEST_F()
2565 ASSERT_EQ(AMETA_NONE, mapper.getMetaState()); in TEST_F()
2590 ASSERT_EQ(AMETA_NONE, args.metaState); in TEST_F()
2591 ASSERT_EQ(AMETA_NONE, mapper.getMetaState()); in TEST_F()
2849 ASSERT_EQ(AMETA_NONE, mapper.getMetaState()); in TEST_F()
/frameworks/native/services/inputflinger/benchmarks/
DInputDispatcher_benchmarks.cpp209 /* edgeFlags */ 0, AMETA_NONE, /* buttonState */ 0, MotionClassification::NONE, in generateMotionEvent()
234 /* actionButton */ 0, /* flags */ 0, AMETA_NONE, /* buttonState */ 0, in generateMotionArgs()
/frameworks/native/libs/input/tests/
DVerifiedInputEvent_test.cpp44 AMOTION_EVENT_EDGE_FLAG_NONE, AMETA_NONE, 0 /*buttonState*/, in getMotionEventWithFlags()
DInputEvent_test.cpp589 AMOTION_EVENT_EDGE_FLAG_NONE, AMETA_NONE, 0 /*buttonState*/, in TEST_F()
654 AMOTION_EVENT_EDGE_FLAG_NONE, AMETA_NONE, 0, classification, 1 /*xScale*/, in TEST_F()
675 AMETA_NONE, 0, MotionClassification::NONE, 1 /*xScale*/, 1 /*yScale*/, 0, 0, 0, in TEST_F()
DVelocityTracker_test.cpp181 AMOTION_EVENT_EDGE_FLAG_NONE, AMETA_NONE, 0 /*buttonState*/, in createMotionEventStream()
/frameworks/native/services/inputflinger/dispatcher/
DInputState.cpp288 action, 0 /*actionButton*/, memento.flags, AMETA_NONE, in synthesizeCancelationEvents()
338 action, 0 /*actionButton*/, memento.flags, AMETA_NONE, in synthesizePointerDownEvents()
/frameworks/native/include/android/
Dinput.h90 AMETA_NONE = 0, enumerator
/frameworks/native/services/inputflinger/reader/mapper/
DKeyboardInputMapper.cpp199 mMetaState = AMETA_NONE; in reset()
/frameworks/native/services/inputflinger/
DInputClassifierConverter.cpp157 static_assert(static_cast<common::V1_0::Meta>(AMETA_NONE) == in getMetastate()