Searched defs:injectInputEvent (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/core/java/android/app/
H A DUiAutomationConnection.java92 public boolean injectInputEvent(InputEvent event, boolean sync) { method in class:UiAutomationConnection
102 return InputManager.getInstance().injectInputEvent(event, mode);
H A DUiAutomation.java59 * call to {@link #injectInputEvent(InputEvent, boolean)}.
373 public boolean injectInputEvent(InputEvent event, boolean sync) { method in class:UiAutomation
382 return mUiAutomationConnection.injectInputEvent(event, sync);
/frameworks/testing/uiautomator/library/core-src/com/android/uiautomator/core/
H A DUiAutomatorBridge.java69 public boolean injectInputEvent(InputEvent event, boolean sync) { method in class:UiAutomatorBridge
70 return mUiAutomation.injectInputEvent(event, sync);
/frameworks/base/core/java/android/hardware/input/
H A DInputManager.java612 public boolean injectInputEvent(InputEvent event, int mode) { method in class:InputManager
623 return mIm.injectInputEvent(event, mode);
/frameworks/base/services/java/com/android/server/input/
H A DInputManagerService.java506 public boolean injectInputEvent(InputEvent event, int mode) { method in class:InputManagerService
/frameworks/base/services/input/
H A DInputDispatcher.cpp2540 int32_t InputDispatcher::injectInputEvent(const InputEvent* event, function in class:android::InputDispatcher
2544 ALOGD("injectInputEvent - eventType=%d, injectorPid=%d, injectorUid=%d, "
2675 ALOGD("injectInputEvent - Timed out waiting for injection result "
2689 ALOGD("injectInputEvent - Waiting for %d pending foreground dispatches.",
2695 ALOGD("injectInputEvent - Timed out waiting for pending foreground "
2711 ALOGD("injectInputEvent - Finished with result %d. "

Completed in 831 milliseconds