/frameworks/base/core/jni/ |
D | android_view_WindowManagerGlobal.cpp | 35 jmethodID createInputChannel; member 39 std::shared_ptr<InputChannel> createInputChannel( in createInputChannel() function 59 gWindowManagerGlobal.createInputChannel, in createInputChannel() 79 gWindowManagerGlobal.createInputChannel = in register_android_view_WindowManagerGlobal()
|
D | android_view_WindowManagerGlobal.h | 23 extern std::shared_ptr<InputChannel> createInputChannel(
|
/frameworks/native/libs/input/android/os/ |
D | IInputFlinger.aidl | 25 InputChannelCore createInputChannel(in @utf8InCpp String name); in createInputChannel() method
|
/frameworks/base/native/android/ |
D | surface_control_input_receiver.cpp | 163 createInputChannel(clientToken, reinterpret_cast<const InputTransferToken&>(*hostToken), in AInputReceiver_createBatchedInputReceiver() 181 createInputChannel(clientToken, reinterpret_cast<const InputTransferToken&>(*hostToken), in AInputReceiver_createUnbatchedInputReceiver()
|
/frameworks/native/services/inputflinger/ |
D | InputManager.cpp | 258 binder::Status InputManager::createInputChannel(const std::string& name, in createInputChannel() function in android::InputManager 270 base::Result<std::unique_ptr<InputChannel>> channel = mDispatcher->createInputChannel(name); in createInputChannel()
|
D | InputManager.h | 139 binder::Status createInputChannel(const std::string& name,
|
/frameworks/base/services/core/java/com/android/server/input/ |
D | InputManagerInternal.java | 140 public abstract InputChannel createInputChannel(String inputChannelName); in createInputChannel() method in InputManagerInternal
|
D | NativeInputManagerService.java | 57 InputChannel createInputChannel(String name); in createInputChannel() method 319 public native InputChannel createInputChannel(String name); in createInputChannel() method in NativeInputManagerService.NativeImpl
|
D | InputManagerService.java | 718 final InputChannel channel = createInputChannel(name); in createSpyWindowGestureMonitor() 796 public InputChannel createInputChannel(String name) { in createInputChannel() method in InputManagerService 797 return mNative.createInputChannel(name); in createInputChannel() 3126 public InputChannel createInputChannel(String inputChannelName) { in createInputChannel() method in InputManagerService.LocalService 3127 return InputManagerService.this.createInputChannel(inputChannelName); in createInputChannel()
|
/frameworks/native/services/inputflinger/tests/ |
D | FakeWindows.cpp | 247 ui::LogicalDisplayId displayId, bool createInputChannel) in FakeWindowHandle() argument 250 if (createInputChannel) { in FakeWindowHandle() 251 base::Result<std::unique_ptr<InputChannel>> channel = dispatcher->createInputChannel(name); in FakeWindowHandle()
|
D | FakeWindows.h | 123 bool createInputChannel = true);
|
/frameworks/native/services/inputflinger/dispatcher/include/ |
D | InputDispatcherInterface.h | 172 virtual base::Result<std::unique_ptr<InputChannel>> createInputChannel(
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | InputConsumerImpl.java | 62 mClientChannel = mService.mInputManager.createInputChannel(name); in InputConsumerImpl()
|
D | EmbeddedWindowController.java | 275 mInputChannel = mWmService.mInputManager.createInputChannel(name); in openInputChannel()
|
D | Letterbox.java | 315 mClientChannel = mWmService.mInputManager.createInputChannel(name); in InputInterceptor()
|
D | TaskPositioner.java | 212 mClientChannel = mService.mInputManager.createInputChannel(TAG); in register()
|
D | DragState.java | 410 mClientChannel = mService.mInputManager.createInputChannel("drag"); in InputInterceptor()
|
D | WindowState.java | 2632 mInputChannel = mWmService.mInputManager.createInputChannel(name); in openInputChannel()
|
/frameworks/base/core/java/android/view/ |
D | WindowManagerGlobal.java | 843 private static InputChannel createInputChannel(@NonNull IBinder clientToken, in createInputChannel() method in WindowManagerGlobal 875 InputChannel inputChannel = createInputChannel(clientToken, hostToken, in registerBatchedSurfaceControlInputReceiver() 898 InputChannel inputChannel = createInputChannel(clientToken, hostToken, in registerUnbatchedSurfaceControlInputReceiver()
|
/frameworks/base/services/core/java/com/android/server/inputmethod/ |
D | HandwritingModeController.java | 131 final InputChannel channel = mInputManagerInternal.createInputChannel(name); in initializeHandwritingSpy()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/ |
D | DesktopModeWindowDecorViewModel.java | 782 createInputChannel(displayId); in incrementEventReceiverTasks() 1016 private void createInputChannel(int displayId) { in createInputChannel() method in DesktopModeWindowDecorViewModel
|
/frameworks/base/services/core/jni/ |
D | com_android_server_input_InputManagerService.cpp | 273 base::Result<std::unique_ptr<InputChannel>> createInputChannel(const std::string& name); 556 base::Result<std::unique_ptr<InputChannel>> NativeInputManager::createInputChannel( in createInputChannel() function in android::NativeInputManager 559 return mInputManager->getDispatcher().createInputChannel(name); in createInputChannel() 1863 base::Result<std::unique_ptr<InputChannel>> inputChannel = im->createInputChannel(name); in nativeCreateInputChannel()
|
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | SystemServicesTestRule.java | 332 doReturn(mInputChannel).when(mImService).createInputChannel(anyString());
|
/frameworks/native/services/inputflinger/dispatcher/ |
D | InputDispatcher.h | 132 base::Result<std::unique_ptr<InputChannel>> createInputChannel(
|
/frameworks/native/libs/gui/tests/ |
D | EndToEndNativeInputTest.cpp | 119 mInputFlinger->createInputChannel("testchannels", &tempChannel); in InputSurface()
|