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.h61 INPUT_EVENT_INJECTION_TIMED_OUT = 3 enumerator
DInputDispatcher.cpp999 return INPUT_EVENT_INJECTION_TIMED_OUT; in handleTargetsNotReadyLocked()
2733 injectionResult = INPUT_EVENT_INJECTION_TIMED_OUT; in injectInputEvent()
2753 injectionResult = INPUT_EVENT_INJECTION_TIMED_OUT; in injectInputEvent()
2801 case INPUT_EVENT_INJECTION_TIMED_OUT: in setInjectionResultLocked()
/frameworks/base/services/core/java/com/android/server/input/
DInputManagerService.java230 private static final int INPUT_EVENT_INJECTION_TIMED_OUT = 3; field in InputManagerService
596 case INPUT_EVENT_INJECTION_TIMED_OUT: in injectInputEventInternal()