Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/input/android/os/
H A DInputEventInjectionSync.aidl32 WAIT_FOR_RESULT = 1, enumConstant
/aosp12/frameworks/native/services/inputflinger/tests/
H A DInputDispatcher_test.cpp1146 InputEventInjectionSync syncMode = InputEventInjectionSync::WAIT_FOR_RESULT, in injectKey()
1177 InputEventInjectionSync::WAIT_FOR_RESULT, INJECT_EVENT_TIMEOUT, in injectKeyDownNoRepeat()
1310 InputEventInjectionSync injectionMode = InputEventInjectionSync::WAIT_FOR_RESULT) { in injectMotionEvent()
1322 InputEventInjectionSync injectionMode = InputEventInjectionSync::WAIT_FOR_RESULT,
2496 InputEventInjectionSync::WAIT_FOR_RESULT)) in TEST_F()
2540 InputEventInjectionSync::WAIT_FOR_RESULT)) in TEST_F()
3416 InputEventInjectionSync::WAIT_FOR_RESULT, 10ms, in testInjectedKey()
3983 InputEventInjectionSync::WAIT_FOR_RESULT, 10ms); in TEST_F()
4010 500ms, InputEventInjectionSync::WAIT_FOR_RESULT, currentTime); in TEST_F()
4017 500ms, InputEventInjectionSync::WAIT_FOR_RESULT, currentTime); in TEST_F()
[all …]
/aosp12/frameworks/base/core/java/android/hardware/input/
H A DInputManager.java241 InputEventInjectionSync.WAIT_FOR_RESULT;
1086 && mode != InputEventInjectionSync.WAIT_FOR_RESULT) { in injectInputEvent()
/aosp12/frameworks/base/services/core/java/com/android/server/input/
H A DInputManagerService.java838 && mode != InputEventInjectionSync.WAIT_FOR_RESULT) { in injectInputEventInternal()