Searched refs:InputEventInjectionSync (Results 1 – 10 of 10) sorted by relevance
/aosp12/frameworks/base/core/java/android/hardware/input/ |
H A D | InputManager.java | 44 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 D | Android.bp | 32 "android/os/InputEventInjectionSync.aidl", 85 "android/os/InputEventInjectionSync.aidl",
|
/aosp12/frameworks/native/libs/input/android/os/ |
H A D | InputEventInjectionSync.aidl | 25 enum InputEventInjectionSync { enum
|
/aosp12/frameworks/native/services/inputflinger/benchmarks/ |
H A D | InputDispatcher_benchmarks.cpp | 28 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 D | InputDispatcher_test.cpp | 37 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 D | InputDispatcherInterface.h | 77 android::os::InputEventInjectionSync syncMode, std::chrono::milliseconds timeout,
|
/aosp12/frameworks/base/services/core/java/com/android/server/input/ |
H A D | InputManagerService.java | 69 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 D | com_android_server_input_InputManagerService.cpp | 80 using android::os::InputEventInjectionSync; 1689 InputEventInjectionSync mode = static_cast<InputEventInjectionSync>(syncMode); in nativeInjectInputEvent()
|
/aosp12/frameworks/native/services/inputflinger/dispatcher/ |
H A D | InputDispatcher.h | 108 android::os::InputEventInjectionSync syncMode, std::chrono::milliseconds timeout,
|
H A D | InputDispatcher.cpp | 92 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()
|