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

/frameworks/base/services/java/com/android/server/input/
H A DInputManagerService.java194 private static final int INPUT_EVENT_INJECTION_TIMED_OUT = 3; field in class:InputManagerService
533 case INPUT_EVENT_INJECTION_TIMED_OUT:
/frameworks/base/services/input/
H A DInputDispatcher.cpp972 return INPUT_EVENT_INJECTION_TIMED_OUT;
2676 injectionResult = INPUT_EVENT_INJECTION_TIMED_OUT;
2696 injectionResult = INPUT_EVENT_INJECTION_TIMED_OUT;
2744 case INPUT_EVENT_INJECTION_TIMED_OUT:
H A DInputDispatcher.h61 INPUT_EVENT_INJECTION_TIMED_OUT = 3 enumerator in enum:android::__anon1122

Completed in 500 milliseconds