Home
last modified time | relevance | path

Searched refs:InputEventInjectionSync (Results 1 – 10 of 10) sorted by relevance

/aosp12/frameworks/base/core/java/android/hardware/input/
H A DInputManager.java44 import android.os.InputEventInjectionSync;
230 public static final int INJECT_INPUT_EVENT_MODE_ASYNC = InputEventInjectionSync.NONE;
241 InputEventInjectionSync.WAIT_FOR_RESULT;
250 InputEventInjectionSync.WAIT_FOR_FINISHED;
1084 if (mode != InputEventInjectionSync.NONE in injectInputEvent()
1085 && mode != InputEventInjectionSync.WAIT_FOR_FINISHED in injectInputEvent()
1086 && mode != InputEventInjectionSync.WAIT_FOR_RESULT) { in injectInputEvent()
/aosp12/frameworks/native/libs/input/
H A DAndroid.bp32 "android/os/InputEventInjectionSync.aidl",
85 "android/os/InputEventInjectionSync.aidl",
/aosp12/frameworks/native/libs/input/android/os/
H A DInputEventInjectionSync.aidl25 enum InputEventInjectionSync { enum
/aosp12/frameworks/native/services/inputflinger/benchmarks/
H A DInputDispatcher_benchmarks.cpp28 using android::os::InputEventInjectionSync;
323 InputEventInjectionSync::NONE, INJECT_EVENT_TIMEOUT, in benchmarkInjectMotion()
329 InputEventInjectionSync::NONE, INJECT_EVENT_TIMEOUT, in benchmarkInjectMotion()
/aosp12/frameworks/native/services/inputflinger/tests/
H A DInputDispatcher_test.cpp37 using android::os::InputEventInjectionSync;
1146 InputEventInjectionSync syncMode = InputEventInjectionSync::WAIT_FOR_RESULT, in injectKey()
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()
2910 ADISPLAY_ID_DEFAULT, InputEventInjectionSync::NONE)); in TEST_F()
3983 InputEventInjectionSync::WAIT_FOR_RESULT, 10ms); in TEST_F()
4160 InputEventInjectionSync::WAIT_FOR_RESULT, 10ms); in TEST_F()
4195 ADISPLAY_ID_DEFAULT, InputEventInjectionSync::NONE)); in TEST_F()
[all …]
/aosp12/frameworks/native/services/inputflinger/dispatcher/include/
H A DInputDispatcherInterface.h77 android::os::InputEventInjectionSync syncMode, std::chrono::milliseconds timeout,
/aosp12/frameworks/base/services/core/java/com/android/server/input/
H A DInputManagerService.java69 import android.os.InputEventInjectionSync;
836 if (mode != InputEventInjectionSync.NONE in injectInputEventInternal()
837 && mode != InputEventInjectionSync.WAIT_FOR_FINISHED in injectInputEventInternal()
838 && mode != InputEventInjectionSync.WAIT_FOR_RESULT) { in injectInputEventInternal()
/aosp12/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputManagerService.cpp80 using android::os::InputEventInjectionSync;
1689 InputEventInjectionSync mode = static_cast<InputEventInjectionSync>(syncMode); in nativeInjectInputEvent()
/aosp12/frameworks/native/services/inputflinger/dispatcher/
H A DInputDispatcher.h108 android::os::InputEventInjectionSync syncMode, std::chrono::milliseconds timeout,
H A DInputDispatcher.cpp92 using android::os::InputEventInjectionSync;
4045 InputEventInjectionSync syncMode, std::chrono::milliseconds timeout, uint32_t policyFlags) { in injectInputEvent()
4194 if (syncMode == InputEventInjectionSync::NONE) { in injectInputEvent()
4217 if (syncMode == InputEventInjectionSync::NONE) { in injectInputEvent()
4240 syncMode == InputEventInjectionSync::WAIT_FOR_FINISHED) { in injectInputEvent()