Home
last modified time | relevance | path

Searched refs:createInputChannel (Results 1 – 25 of 27) sorted by relevance

12

/frameworks/base/core/jni/
Dandroid_view_WindowManagerGlobal.cpp35 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()
Dandroid_view_WindowManagerGlobal.h23 extern std::shared_ptr<InputChannel> createInputChannel(
/frameworks/native/libs/input/android/os/
DIInputFlinger.aidl25 InputChannelCore createInputChannel(in @utf8InCpp String name); in createInputChannel() method
/frameworks/base/native/android/
Dsurface_control_input_receiver.cpp163 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/
DInputManager.cpp258 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()
DInputManager.h139 binder::Status createInputChannel(const std::string& name,
/frameworks/base/services/core/java/com/android/server/input/
DInputManagerInternal.java140 public abstract InputChannel createInputChannel(String inputChannelName); in createInputChannel() method in InputManagerInternal
DNativeInputManagerService.java57 InputChannel createInputChannel(String name); in createInputChannel() method
319 public native InputChannel createInputChannel(String name); in createInputChannel() method in NativeInputManagerService.NativeImpl
DInputManagerService.java718 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/
DFakeWindows.cpp247 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()
DFakeWindows.h123 bool createInputChannel = true);
/frameworks/native/services/inputflinger/dispatcher/include/
DInputDispatcherInterface.h172 virtual base::Result<std::unique_ptr<InputChannel>> createInputChannel(
/frameworks/base/services/core/java/com/android/server/wm/
DInputConsumerImpl.java62 mClientChannel = mService.mInputManager.createInputChannel(name); in InputConsumerImpl()
DEmbeddedWindowController.java275 mInputChannel = mWmService.mInputManager.createInputChannel(name); in openInputChannel()
DLetterbox.java315 mClientChannel = mWmService.mInputManager.createInputChannel(name); in InputInterceptor()
DTaskPositioner.java212 mClientChannel = mService.mInputManager.createInputChannel(TAG); in register()
DDragState.java410 mClientChannel = mService.mInputManager.createInputChannel("drag"); in InputInterceptor()
DWindowState.java2632 mInputChannel = mWmService.mInputManager.createInputChannel(name); in openInputChannel()
/frameworks/base/core/java/android/view/
DWindowManagerGlobal.java843 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/
DHandwritingModeController.java131 final InputChannel channel = mInputManagerInternal.createInputChannel(name); in initializeHandwritingSpy()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/
DDesktopModeWindowDecorViewModel.java782 createInputChannel(displayId); in incrementEventReceiverTasks()
1016 private void createInputChannel(int displayId) { in createInputChannel() method in DesktopModeWindowDecorViewModel
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp273 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/
DSystemServicesTestRule.java332 doReturn(mInputChannel).when(mImService).createInputChannel(anyString());
/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.h132 base::Result<std::unique_ptr<InputChannel>> createInputChannel(
/frameworks/native/libs/gui/tests/
DEndToEndNativeInputTest.cpp119 mInputFlinger->createInputChannel("testchannels", &tempChannel); in InputSurface()

12