Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.cpp189 Result<void> validateKeyEvent(int32_t action) { in validateKeyEvent() function
278 return validateKeyEvent(action); in validateInputEvent()
4475 Result<void> keyCheck = validateKeyEvent(args.action); in notifyKey()