Home
last modified time | relevance | path

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

/frameworks/native/libs/input/android/os/
DInputEventInjectionSync.aidl32 WAIT_FOR_RESULT = 1, enumConstant
/frameworks/native/services/inputflinger/tests/
DInputDispatcher_test.cpp503 InputEventInjectionSync syncMode = InputEventInjectionSync::WAIT_FOR_RESULT, in injectKey()
525 ui::LogicalDisplayId::INVALID, InputEventInjectionSync::WAIT_FOR_RESULT, in assertInjectedKeyTimesOut()
545 InputEventInjectionSync::WAIT_FOR_RESULT, INJECT_EVENT_TIMEOUT, in injectKeyDownNoRepeat()
558 InputEventInjectionSync injectionMode = InputEventInjectionSync::WAIT_FOR_RESULT, in injectMotionEvent()
570 InputEventInjectionSync injectionMode = InputEventInjectionSync::WAIT_FOR_RESULT,
1268 InputEventInjectionSync::WAIT_FOR_RESULT)) in TEST_P()
1283 InputEventInjectionSync::WAIT_FOR_RESULT)) in TEST_P()
1301 INJECT_EVENT_TIMEOUT, InputEventInjectionSync::WAIT_FOR_RESULT)) in TEST_P()
1358 InputEventInjectionSync::WAIT_FOR_RESULT)) in TEST_F()
1384 InputEventInjectionSync::WAIT_FOR_RESULT)); in TEST_F()
[all …]
/frameworks/base/core/java/android/hardware/input/
DInputManager.java186 InputEventInjectionSync.WAIT_FOR_RESULT;
DInputManagerGlobal.java1383 && mode != InputEventInjectionSync.WAIT_FOR_RESULT) { in injectInputEvent()
/frameworks/base/services/core/java/com/android/server/input/
DInputManagerService.java896 && mode != InputEventInjectionSync.WAIT_FOR_RESULT) { in injectInputEventToTarget()