Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputDispatcher.h60 INPUT_EVENT_INJECTION_TIMED_OUT = 3 enumerator
DInputDispatcher.cpp1034 return INPUT_EVENT_INJECTION_TIMED_OUT; in handleTargetsNotReadyLocked()
2792 injectionResult = INPUT_EVENT_INJECTION_TIMED_OUT; in injectInputEvent()
2812 injectionResult = INPUT_EVENT_INJECTION_TIMED_OUT; in injectInputEvent()
2860 case INPUT_EVENT_INJECTION_TIMED_OUT: in setInjectionResultLocked()
/frameworks/base/services/core/java/com/android/server/input/
DInputManagerService.java245 private static final int INPUT_EVENT_INJECTION_TIMED_OUT = 3; field in InputManagerService
625 case INPUT_EVENT_INJECTION_TIMED_OUT: in injectInputEventInternal()