Home
last modified time | relevance | path

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

/frameworks/native/libs/input/tests/
DVerifiedInputEvent_test.cpp65 ASSERT_EQ(event.getFlags() & VERIFIED_KEY_EVENT_FLAGS, verified.flags); in TEST()
/frameworks/native/services/inputflinger/dispatcher/
DEntry.cpp36 entry.flags & VERIFIED_KEY_EVENT_FLAGS, in verifiedKeyEventFromKeyEntry()
DInputDispatcher.cpp2633 verifiedEvent.flags = dispatchEntry.resolvedFlags & VERIFIED_KEY_EVENT_FLAGS; in getSignature()
/frameworks/native/include/input/
DInput.h80 constexpr int32_t VERIFIED_KEY_EVENT_FLAGS = AKEY_EVENT_FLAG_CANCELED; variable
/frameworks/native/libs/input/
DInput.cpp94 event.getFlags() & VERIFIED_KEY_EVENT_FLAGS, in verifiedKeyEventFromKeyEvent()
/frameworks/native/services/inputflinger/tests/
DInputDispatcher_test.cpp1681 ASSERT_EQ(keyArgs.flags & VERIFIED_KEY_EVENT_FLAGS, verifiedKey.flags); in TEST_F()