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/base/tests/Input/src/com/android/server/input/ |
D | InputManagerServiceTests.kt | 27 import android.os.InputEventInjectionSync 287 service.injectInputEvent(downEvent, InputEventInjectionSync.NONE) in addUniqueIdAssociationByDescriptor_verifyAssociations() 307 service.injectInputEvent(upEvent, InputEventInjectionSync.NONE) in addUniqueIdAssociationByDescriptor_verifyAssociations() 349 service.injectInputEvent(downEvent, InputEventInjectionSync.NONE) in addUniqueIdAssociationByPort_verifyAssociations() 369 service.injectInputEvent(upEvent, InputEventInjectionSync.NONE) in addUniqueIdAssociationByPort_verifyAssociations()
|
/frameworks/native/libs/input/android/os/ |
D | InputEventInjectionSync.aidl | 25 enum InputEventInjectionSync { enum
|
/frameworks/base/core/java/android/hardware/input/ |
D | InputManager.java | 45 import android.os.InputEventInjectionSync; 175 public static final int INJECT_INPUT_EVENT_MODE_ASYNC = InputEventInjectionSync.NONE; 186 InputEventInjectionSync.WAIT_FOR_RESULT; 195 InputEventInjectionSync.WAIT_FOR_FINISHED;
|
D | InputManagerGlobal.java | 40 import android.os.InputEventInjectionSync; 1381 if (mode != InputEventInjectionSync.NONE in injectInputEvent() 1382 && mode != InputEventInjectionSync.WAIT_FOR_FINISHED in injectInputEvent() 1383 && mode != InputEventInjectionSync.WAIT_FOR_RESULT) { in injectInputEvent()
|
/frameworks/native/services/inputflinger/dispatcher/include/ |
D | InputDispatcherInterface.h | 80 android::os::InputEventInjectionSync syncMode, std::chrono::milliseconds timeout,
|
/frameworks/native/services/inputflinger/tests/ |
D | InputDispatcher_test.cpp | 55 using android::os::InputEventInjectionSync; 260 mDispatcher->injectInputEvent(&event, /*targetUid=*/{}, InputEventInjectionSync::NONE, in TEST_F() 269 mDispatcher->injectInputEvent(&event, /*targetUid=*/{}, InputEventInjectionSync::NONE, in TEST_F() 299 mDispatcher->injectInputEvent(&event, /*targetUid=*/{}, InputEventInjectionSync::NONE, in TEST_F() 311 mDispatcher->injectInputEvent(&event, /*targetUid=*/{}, InputEventInjectionSync::NONE, in TEST_F() 323 mDispatcher->injectInputEvent(&event, /*targetUid=*/{}, InputEventInjectionSync::NONE, in TEST_F() 335 mDispatcher->injectInputEvent(&event, /*targetUid=*/{}, InputEventInjectionSync::NONE, in TEST_F() 347 mDispatcher->injectInputEvent(&event, /*targetUid=*/{}, InputEventInjectionSync::NONE, in TEST_F() 359 mDispatcher->injectInputEvent(&event, /*targetUid=*/{}, InputEventInjectionSync::NONE, in TEST_F() 370 mDispatcher->injectInputEvent(&event, /*targetUid=*/{}, InputEventInjectionSync::NONE, in TEST_F() [all …]
|
/frameworks/native/libs/input/ |
D | Android.bp | 31 "android/os/InputEventInjectionSync.aidl",
|
/frameworks/base/services/core/java/com/android/server/input/ |
D | InputManagerService.java | 69 import android.os.InputEventInjectionSync; 894 if (mode != InputEventInjectionSync.NONE in injectInputEventToTarget() 895 && mode != InputEventInjectionSync.WAIT_FOR_FINISHED in injectInputEventToTarget() 896 && mode != InputEventInjectionSync.WAIT_FOR_RESULT) { in injectInputEventToTarget()
|
/frameworks/native/services/inputflinger/dispatcher/ |
D | InputDispatcher.h | 111 android::os::InputEventInjectionSync syncMode, std::chrono::milliseconds timeout,
|
D | InputDispatcher.cpp | 75 using android::os::InputEventInjectionSync; 4779 InputEventInjectionSync syncMode, in injectInputEvent() 4809 const bool isAsync = syncMode == InputEventInjectionSync::NONE; in injectInputEvent() 4993 if (syncMode == InputEventInjectionSync::NONE) { in injectInputEvent() 5016 syncMode == InputEventInjectionSync::WAIT_FOR_FINISHED) { in injectInputEvent()
|
/frameworks/base/services/core/jni/ |
D | com_android_server_input_InputManagerService.cpp | 79 using android::os::InputEventInjectionSync; 1962 InputEventInjectionSync mode = static_cast<InputEventInjectionSync>(syncMode); in nativeInjectInputEvent()
|