Searched refs:InputEventInjectionSync (Results 1 – 12 of 12) sorted by relevance
| /frameworks/native/services/inputflinger/benchmarks/ |
| D | InputDispatcher_benchmarks.cpp | 30 using android::os::InputEventInjectionSync; 155 dispatcher->injectInputEvent(&event, /*targetUid=*/{}, InputEventInjectionSync::NONE, in benchmarkInjectMotion() 161 dispatcher->injectInputEvent(&event, /*targetUid=*/{}, InputEventInjectionSync::NONE, in benchmarkInjectMotion()
|
| /frameworks/native/libs/input/android/os/ |
| D | InputEventInjectionSync.aidl | 25 enum InputEventInjectionSync { enum
|
| /frameworks/base/tests/Input/src/com/android/server/input/ |
| D | InputManagerServiceTests.kt | 32 import android.os.InputEventInjectionSync in <lambda>() 514 service.injectInputEvent(downEvent, InputEventInjectionSync.NONE) in <lambda>() 535 service.injectInputEvent(upEvent, InputEventInjectionSync.NONE) in <lambda>() 577 service.injectInputEvent(downEvent, InputEventInjectionSync.NONE) in <lambda>() 598 service.injectInputEvent(upEvent, InputEventInjectionSync.NONE) in <lambda>()
|
| /frameworks/native/services/inputflinger/dispatcher/include/ |
| D | InputDispatcherInterface.h | 81 android::os::InputEventInjectionSync syncMode, std::chrono::milliseconds timeout,
|
| /frameworks/base/core/java/android/hardware/input/ |
| D | InputManager.java | 47 import android.os.InputEventInjectionSync; 205 public static final int INJECT_INPUT_EVENT_MODE_ASYNC = InputEventInjectionSync.NONE; 216 InputEventInjectionSync.WAIT_FOR_RESULT; 225 InputEventInjectionSync.WAIT_FOR_FINISHED;
|
| D | InputManagerGlobal.java | 43 import android.os.InputEventInjectionSync; 1691 if (mode != InputEventInjectionSync.NONE in injectInputEvent() 1692 && mode != InputEventInjectionSync.WAIT_FOR_FINISHED in injectInputEvent() 1693 && mode != InputEventInjectionSync.WAIT_FOR_RESULT) { in injectInputEvent()
|
| /frameworks/native/services/inputflinger/tests/ |
| D | InputDispatcher_test.cpp | 57 using android::os::InputEventInjectionSync; 256 mDispatcher->injectInputEvent(&event, /*targetUid=*/{}, InputEventInjectionSync::NONE, in TEST_F() 265 mDispatcher->injectInputEvent(&event, /*targetUid=*/{}, InputEventInjectionSync::NONE, in TEST_F() 295 mDispatcher->injectInputEvent(&event, /*targetUid=*/{}, InputEventInjectionSync::NONE, in TEST_F() 307 mDispatcher->injectInputEvent(&event, /*targetUid=*/{}, InputEventInjectionSync::NONE, in TEST_F() 319 mDispatcher->injectInputEvent(&event, /*targetUid=*/{}, InputEventInjectionSync::NONE, in TEST_F() 331 mDispatcher->injectInputEvent(&event, /*targetUid=*/{}, InputEventInjectionSync::NONE, in TEST_F() 343 mDispatcher->injectInputEvent(&event, /*targetUid=*/{}, InputEventInjectionSync::NONE, in TEST_F() 355 mDispatcher->injectInputEvent(&event, /*targetUid=*/{}, InputEventInjectionSync::NONE, in TEST_F() 366 mDispatcher->injectInputEvent(&event, /*targetUid=*/{}, InputEventInjectionSync::NONE, in TEST_F() [all …]
|
| /frameworks/native/libs/input/ |
| D | Android.bp | 32 "android/os/InputEventInjectionSync.aidl",
|
| /frameworks/base/services/core/java/com/android/server/input/ |
| D | InputManagerService.java | 93 import android.os.InputEventInjectionSync; 1002 if (mode != InputEventInjectionSync.NONE in injectInputEventToTarget() 1003 && mode != InputEventInjectionSync.WAIT_FOR_FINISHED in injectInputEventToTarget() 1004 && mode != InputEventInjectionSync.WAIT_FOR_RESULT) { in injectInputEventToTarget()
|
| /frameworks/native/services/inputflinger/dispatcher/ |
| D | InputDispatcher.h | 113 android::os::InputEventInjectionSync syncMode, std::chrono::milliseconds timeout,
|
| D | InputDispatcher.cpp | 78 using android::os::InputEventInjectionSync; 4778 InputEventInjectionSync syncMode, in injectInputEvent() 4806 const bool isAsync = syncMode == InputEventInjectionSync::NONE; in injectInputEvent() 4982 if (syncMode == InputEventInjectionSync::NONE) { in injectInputEvent() 5003 syncMode == InputEventInjectionSync::WAIT_FOR_FINISHED) { in injectInputEvent()
|
| /frameworks/base/services/core/jni/ |
| D | com_android_server_input_InputManagerService.cpp | 86 using android::os::InputEventInjectionSync; 2424 InputEventInjectionSync mode = static_cast<InputEventInjectionSync>(syncMode); in nativeInjectInputEvent()
|