/aosp14/frameworks/base/services/core/java/com/android/server/input/ |
H A D | InputManagerInternal.java | 145 public abstract InputChannel createInputChannel(String inputChannelName); in createInputChannel() method in InputManagerInternal
|
H A D | NativeInputManagerService.java | 57 InputChannel createInputChannel(String name); in createInputChannel() method 292 public native InputChannel createInputChannel(String name); in createInputChannel() method in NativeInputManagerService.NativeImpl
|
H A D | InputManagerService.java | 715 final InputChannel channel = createInputChannel(name); in createSpyWindowGestureMonitor() 793 public InputChannel createInputChannel(String name) { in createInputChannel() method in InputManagerService 794 return mNative.createInputChannel(name); in createInputChannel() 3264 public InputChannel createInputChannel(String inputChannelName) { in createInputChannel() method in InputManagerService.LocalService 3265 return InputManagerService.this.createInputChannel(inputChannelName); in createInputChannel()
|
/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | InputConsumerImpl.java | 61 mClientChannel = mService.mInputManager.createInputChannel(name); in InputConsumerImpl()
|
H A D | EmbeddedWindowController.java | 210 mInputChannel = mWmService.mInputManager.createInputChannel(name); in openInputChannel()
|
H A D | Letterbox.java | 305 mClientChannel = mWmService.mInputManager.createInputChannel(name); in InputInterceptor()
|
H A D | TaskPositioner.java | 212 mClientChannel = mService.mInputManager.createInputChannel(TAG); in register()
|
H A D | DragState.java | 363 mClientChannel = mService.mInputManager.createInputChannel("drag"); in InputInterceptor()
|
H A D | WindowState.java | 2647 mInputChannel = mWmService.mInputManager.createInputChannel(name); in openInputChannel()
|
/aosp14/frameworks/base/services/core/java/com/android/server/inputmethod/ |
H A D | HandwritingModeController.java | 124 final InputChannel channel = mInputManagerInternal.createInputChannel(name); in initializeHandwritingSpy()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/ |
H A D | DesktopModeWindowDecorViewModel.java | 566 createInputChannel(displayId); in incrementEventReceiverTasks() 830 private void createInputChannel(int displayId) { in createInputChannel() method in DesktopModeWindowDecorViewModel
|
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | SystemServicesTestRule.java | 287 doReturn(mInputChannel).when(mImService).createInputChannel(anyString());
|
/aosp14/frameworks/base/services/core/jni/ |
H A D | com_android_server_input_InputManagerService.cpp | 280 base::Result<std::unique_ptr<InputChannel>> createInputChannel(const std::string& name); 539 base::Result<std::unique_ptr<InputChannel>> NativeInputManager::createInputChannel( in createInputChannel() function in android::NativeInputManager 542 return mInputManager->getDispatcher().createInputChannel(name); in createInputChannel() 1798 base::Result<std::unique_ptr<InputChannel>> inputChannel = im->createInputChannel(name); in nativeCreateInputChannel()
|