Home
last modified time | relevance | path

Searched defs:INPUT_EVENT_INJECTION_TIMED_OUT (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/services/inputflinger/dispatcher/include/
DInputDispatcherInterface.h48 INPUT_EVENT_INJECTION_TIMED_OUT = 3 enumerator
/frameworks/base/services/core/java/com/android/server/input/
DInputManagerService.java257 private static final int INPUT_EVENT_INJECTION_TIMED_OUT = 3; field in InputManagerService